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