فهرست منبع

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;
+    }
   }
 }