chore: optimize the code of theme color; 🌟

This commit is contained in:
chenghongxing
2020-07-22 19:47:16 +08:00
parent ad0b2bda34
commit a62c293e42
6 changed files with 23 additions and 8 deletions

View File

@@ -25,7 +25,7 @@ export default {
position: relative;
width: 100%;
.wrap {
background-color: @bg-color;
background-color: @layout-bg-color;
position: relative;
}
.progress {

View File

@@ -35,7 +35,7 @@ export default {
line-height: 22px;
}
span:first-child {
background-color: @bg-color;
background-color: @layout-bg-color;
border-radius: 20px;
display: inline-block;
font-size: 12px;