소스 검색

Fix border 1px issue in light theme

afc163 7 년 전
부모
커밋
57cb464f9e
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/components/SiderMenu/index.less

+ 3 - 0
src/components/SiderMenu/index.less

@@ -45,6 +45,9 @@
         color: @primary-color;
       }
     }
+    :global(.ant-menu-light) {
+      border-right-color: transparent;
+    }
   }
 }