Explorar el Código

修复在手机端预览时,侧边菜单样式问题。 (#3225)

#3224  @sorrycc
Yanghc hace 7 años
padre
commit
b06edf351f
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      src/components/SiderMenu/index.less

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

@@ -88,4 +88,9 @@
     transition: opacity 0.3s @ease-in-out, width 0.3s @ease-in-out;
     opacity: 1;
   }
+  .ant-drawer-left {
+    .ant-drawer-body {
+      padding: 0;
+    }
+  }
 }