mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-09-13 07:43:43 +08:00
update 优化 关闭固定header的时候 header与logo部分出现的样式问题
This commit is contained in:
parent
836cc40d43
commit
a1069624e7
@ -17,6 +17,18 @@
|
||||
z-index: 19;
|
||||
}
|
||||
|
||||
.layout-header-static-react .ant-pro-sider,
|
||||
.layout-header-static-react .ant-layout-sider {
|
||||
top: 0 !important;
|
||||
height: 100vh !important;
|
||||
min-height: 100vh !important;
|
||||
}
|
||||
|
||||
.layout-header-static-react .ant-pro-sider .ant-layout-sider-children,
|
||||
.layout-header-static-react .ant-layout-sider .ant-layout-sider-children {
|
||||
height: 100vh !important;
|
||||
}
|
||||
|
||||
.layout-settings-drawer .ant-drawer-body {
|
||||
padding: 18px;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user