浏览代码

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

#3224  @sorrycc
Yanghc 7 年之前
父节点
当前提交
b06edf351f
共有 1 个文件被更改,包括 5 次插入0 次删除
  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;
+    }
+  }
 }