修复更新弹窗底部文字颜色适配问题

This commit is contained in:
lyswhut
2019-12-17 12:56:25 +08:00
parent e93052f0cb
commit 2b263cae87
2 changed files with 5 additions and 6 deletions

View File

@@ -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}';
}
}
}
}