xujunjie 1 년 전
부모
커밋
b5881c2298
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/global.less
  2. 1 1
      src/pages/Menu/index.less

+ 1 - 1
src/global.less

@@ -181,7 +181,7 @@ input[type='reset'] {
   background-color: #eee;
 }
 
-:where(.css-dev-only-do-not-override-byeoj0).ant-btn-primary {
+.ant-btn-primary {
   background: #4a90e2;
   font-size: 16px;
   padding-top: 0;

+ 1 - 1
src/pages/Menu/index.less

@@ -12,7 +12,7 @@
   cursor: pointer;
 
   &.active {
-    color: #000;
+    color: #4A90E2;
     font-weight: bold;
   }
 }