refactor: 全局大小设置移除固定的size、新版的element-plus的size移除mini和medium的值

This commit is contained in:
郝先瑞
2022-02-20 00:17:46 +08:00
parent f5f295b028
commit 19a4ad7a12
25 changed files with 59 additions and 118 deletions

View File

@@ -8,7 +8,7 @@
style="float: right;"
type="success"
:icon="Plus"
size="mini"
size="small"
@click="handleAdd"
>
添加属性
@@ -23,7 +23,7 @@
>
<el-table
:data="modelValue.attrList"
size="mini"
size="small"
highlight-current-row
border
>