This commit is contained in:
parent
cd00376095
commit
7c05e80d62
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ag-element-ui",
|
"name": "ag-element-ui",
|
||||||
"version": "0.1.23",
|
"version": "0.1.24",
|
||||||
"main": "packages/index.js",
|
"main": "packages/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vue-cli-service serve",
|
"dev": "vue-cli-service serve",
|
||||||
|
|
|
@ -75,7 +75,6 @@
|
||||||
>
|
>
|
||||||
<label for="uploadinput" class="uploadlabel" @click="onInputClick">
|
<label for="uploadinput" class="uploadlabel" @click="onInputClick">
|
||||||
<slot>
|
<slot>
|
||||||
{{ imageList.length }} {{ limit }}
|
|
||||||
<i
|
<i
|
||||||
class="el-icon-plus"
|
class="el-icon-plus"
|
||||||
:style="{ fontSize: $attrs.width ? $attrs.width / 4 + 'px' : '25px' }"
|
:style="{ fontSize: $attrs.width ? $attrs.width / 4 + 'px' : '25px' }"
|
||||||
|
|
Loading…
Reference in New Issue