mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-22 23:31:52 +08:00
v3.8.0 禁用DictTag中el-tag渐变动画
This commit is contained in:
parent
c0380aaf6a
commit
250c56f90c
@ -5,7 +5,7 @@
|
|||||||
<span v-if="dict.colorType === 'default' || dict.colorType === '' || dict.colorType === undefined" :key="dict.value" :index="index"
|
<span v-if="dict.colorType === 'default' || dict.colorType === '' || dict.colorType === undefined" :key="dict.value" :index="index"
|
||||||
:class="dict.cssClass">{{ dict.label }}</span>
|
:class="dict.cssClass">{{ dict.label }}</span>
|
||||||
<!-- Tag 样式 -->
|
<!-- Tag 样式 -->
|
||||||
<el-tag v-else :key="dict.value" :index="index" :type="dict.colorType" :class="dict.cssClass">
|
<el-tag v-else :disable-transitions="true" :key="dict.value" :index="index" :type="dict.colorType" :class="dict.cssClass">
|
||||||
{{ dict.label }}
|
{{ dict.label }}
|
||||||
</el-tag>
|
</el-tag>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user