You've already forked lx-music-desktop
修复更新弹窗底部文字颜色适配问题
This commit is contained in:
@@ -261,7 +261,7 @@ export default {
|
||||
p {
|
||||
font-size: 12px;
|
||||
color: @color-theme;
|
||||
line-height: 1.2;
|
||||
line-height: 1.25;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -281,6 +281,9 @@ each(@themes, {
|
||||
.footer {
|
||||
.desc {
|
||||
color: ~'@{color-@{value}-theme}';
|
||||
p {
|
||||
color: ~'@{color-@{value}-theme}';
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user