若依
2021-09-16 917bc03a438aa974ee84409df572c8195a3cb797
!316 禁用DictTag中el-tag渐变动画
Merge pull request !316 from 马小法/master
1 files modified
1 ■■■■ changed files
ruoyi-ui/src/components/DictTag/index.vue 1 ●●●● patch | view | raw | blame | history
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"