Commit b06edf35 authored by Yanghc's avatar Yanghc Committed by 陈帅

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

#3224  @sorrycc
parent a5d19797
...@@ -88,4 +88,9 @@ ...@@ -88,4 +88,9 @@
transition: opacity 0.3s @ease-in-out, width 0.3s @ease-in-out; transition: opacity 0.3s @ease-in-out, width 0.3s @ease-in-out;
opacity: 1; opacity: 1;
} }
.ant-drawer-left {
.ant-drawer-body {
padding: 0;
}
}
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment