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

product
RuoYi 2021-09-16 16:19:11 +08:00
parent d6188aa009
commit 524982c7bd
1 changed files with 2 additions and 1 deletions

View File

@ -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 {
.el-tag + .el-tag {
margin-left: 10px;
}
</style>
</style>