chore: optimize the code of theme color; 🌟
This commit is contained in:
@@ -25,7 +25,7 @@ export default {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
.wrap {
|
||||
background-color: @bg-color;
|
||||
background-color: @layout-bg-color;
|
||||
position: relative;
|
||||
}
|
||||
.progress {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user