refactor:优化主题色切换颜色适配

This commit is contained in:
wangjiahao
2022-06-30 18:43:16 +08:00
parent 929e99ac01
commit b1f8d11aab
6 changed files with 25 additions and 15 deletions

View File

@@ -95,7 +95,7 @@ export default {
display: flex;
align-items: center;
justify-content: center;
background-color: #FFFFFF;
background-color: rgba(255,255,255,0.3);
font-size: 12px;
color: #9ea6b2;
}

View File

@@ -141,7 +141,7 @@ export default {
display: flex;
align-items: center;
justify-content: center;
background-color: beige;
background-color: rgba(245, 245, 220, 0.3);
font-size: 12px;
color: #000000;
}

View File

@@ -139,7 +139,7 @@ export default {
display: flex;
align-items: center;
justify-content: center;
background-color: #FFFFFF;
background-color: rgba(255,255,255,0.3);
font-size: 12px;
color: #9ea6b2;
}