Commit 4732358b by Sendya

fix: #54 , #55 fixedHeader mode paddingLeft error

parent 8ca1ae84
......@@ -181,15 +181,6 @@
min-width: 800px;
}
}
.sidemenu {
.ant-header-fixedHeader {
&.ant-header-side-opened, &.ant-header-side-closed {
width: 100%
}
}
}
.topmenu {
/* 必须为 topmenu 才能启用流式布局 */
&.content-width-Fluid {
......@@ -200,6 +191,17 @@
}
}
&.mobile {
.sidemenu {
.ant-header-fixedHeader {
&.ant-header-side-opened, &.ant-header-side-closed {
width: 100%
}
}
}
}
&.ant-layout-has-sider {
flex-direction: row;
}
......
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