提交 2b82f6b6 编写于 作者: 陈帅

handler use flex

上级 c961cca2
......@@ -116,7 +116,6 @@ class SettingDarwer extends PureComponent {
const { collapse, silderTheme, themeColor, layout, colorWeak } = setting;
return (
<Drawer
firstEnter={true}
visible={collapse}
width={273}
onClose={this.togglerContent}
......
......@@ -55,7 +55,9 @@
width: 48px;
height: 48px;
right: 273px;
padding: 14px 14px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
pointer-events: auto;
z-index: 0;
......
......@@ -36,4 +36,7 @@ ol {
body .ant-drawer .ant-drawer-content {
opacity: 1;
}
body .anticon svg {
display: block;
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册