修复标签列表颜色适配

pull/166/head
lyswhut 2020-01-19 17:43:40 +08:00
parent 392cd72f83
commit e2c7c0596c
1 changed files with 5 additions and 1 deletions

View File

@ -173,7 +173,7 @@ export default {
.type { .type {
padding-top: 10px; padding-top: 10px;
padding-bottom: 3px; padding-bottom: 3px;
color: #999; color: @color-theme_2-font-label;
} }
.tag { .tag {
@ -233,6 +233,10 @@ each(@themes, {
background-color: ~'@{color-@{value}-theme_2-active}'; background-color: ~'@{color-@{value}-theme_2-active}';
} }
} }
.type {
color: ~'@{color-@{value}-theme_2-font-label}';
}
} }
}) })