修复提示颜色适应

pull/225/head
lyswhut 2020-04-19 19:20:00 +08:00
parent 1832ec753c
commit 83b25b0c33
1 changed files with 3 additions and 0 deletions

View File

@ -568,6 +568,9 @@ each(@themes, {
color: ~'@{color-@{value}-theme_2-font-label}';
}
}
.tips {
color: ~'@{color-@{value}-theme_2-font}';
}
}
})
</style>