Browse Source

禁用el-tag组件的渐变动画

tags/v3.2.0
RuoYi 3 years ago
parent
commit
524982c7bd
  1. 3
      ruoyi-ui/src/components/DictTag/index.vue

3
ruoyi-ui/src/components/DictTag/index.vue

@ -11,6 +11,7 @@ @@ -11,6 +11,7 @@
>
<el-tag
v-else
:disable-transitions="true"
:key="item.dictValue"
:index="index"
:type="item.listClass == 'primary' ? '' : item.listClass"
@ -48,4 +49,4 @@ export default { @@ -48,4 +49,4 @@ export default {
.el-tag + .el-tag {
margin-left: 10px;
}
</style>
</style>

Loading…
Cancel
Save