update 优化 关闭固定header的时候 header与logo部分出现的样式问题

This commit is contained in:
疯狂的狮子Li 2026-06-30 11:50:55 +08:00
parent 836cc40d43
commit a1069624e7

View File

@ -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;
}