修复聚合搜索音源标签的皮肤配色问题
parent
ffc3300fe4
commit
c78b9f07a2
|
@ -628,6 +628,9 @@ export default {
|
||||||
|
|
||||||
each(@themes, {
|
each(@themes, {
|
||||||
:global(#container.@{value}) {
|
:global(#container.@{value}) {
|
||||||
|
.labelSource {
|
||||||
|
color: ~'@{color-@{value}-theme}';
|
||||||
|
}
|
||||||
.noitem {
|
.noitem {
|
||||||
p {
|
p {
|
||||||
color: ~'@{color-@{value}-theme_2-font-label}';
|
color: ~'@{color-@{value}-theme_2-font-label}';
|
||||||
|
|
Loading…
Reference in New Issue