mirror of
https://github.com/yangzongzhuan/RuoYi-Cloud.git
synced 2025-09-04 20:00:44 +00:00
禁用el-tag组件的渐变动画
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user