Browse Source

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

newMaster
马小法 4 years ago
parent
commit
b84e7013d2
  1. 1
      ruoyi-ui/src/components/DictTag/index.vue

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

@ -11,6 +11,7 @@
>
<el-tag
v-else
:disable-transitions="true"
:key="item.dictValue"
:index="index"
:type="item.listClass == 'primary' ? '' : item.listClass"

Loading…
Cancel
Save