This commit is contained in:
ln1778 2024-09-23 17:40:36 +08:00
parent cd00376095
commit 7c05e80d62
2 changed files with 1 additions and 2 deletions

View File

@ -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",

View File

@ -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' }"