🎈 perf:el-tag传入空字符串type导致警告
parent
1a4c717584
commit
5a21c0e8ca
|
@ -72,7 +72,7 @@ export default defineComponent({
|
|||
// 添加标签的文字颜色为白色,解决自定义背景颜色时标签文字看不清的问题
|
||||
<ElTag
|
||||
style={dict?.cssClass ? 'color: #fff' : ''}
|
||||
type={dict?.colorType}
|
||||
type={dict?.colorType || null}
|
||||
color={dict?.cssClass && isHexColor(dict?.cssClass) ? dict?.cssClass : ''}
|
||||
disableTransitions={true}
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue