修复标签列表颜色适配
parent
392cd72f83
commit
e2c7c0596c
|
@ -173,7 +173,7 @@ export default {
|
|||
.type {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 3px;
|
||||
color: #999;
|
||||
color: @color-theme_2-font-label;
|
||||
}
|
||||
|
||||
.tag {
|
||||
|
@ -233,6 +233,10 @@ each(@themes, {
|
|||
background-color: ~'@{color-@{value}-theme_2-active}';
|
||||
}
|
||||
}
|
||||
|
||||
.type {
|
||||
color: ~'@{color-@{value}-theme_2-font-label}';
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue