[fix 83940] 菜单样式冲突

This commit is contained in:
danshihao
2024-04-26 10:53:56 +08:00
parent 64dd51ab06
commit acd046395a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -203,7 +203,7 @@ export default {
background: none;
li ,a{
color:hsla(0, 0%, 100%, 0.8)!important;
color:hsla(0, 0%, 100%, 0.8);
}
}
+1 -1
View File
@@ -762,7 +762,7 @@ export default {
font-family: Alimama ShuHeiTi, Alimama ShuHeiTi, sans-serif;
font-weight: bold;
font-size: 16px;
color: @primary-color;
color: @primary-color !important;
line-height: 24px;
text-align: center;
}