refactor: element-plus升级正式版本移除size为mini的值同步修改
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<el-tag v-for="(position,i) in item.positions"
|
||||
:type="colors[i%colors.length]"
|
||||
:class="i!==0?'f-ml':''"
|
||||
size="mini">
|
||||
size="small">
|
||||
{{ position }}
|
||||
</el-tag>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user