This commit is contained in:
francis-fh
2026-06-04 23:21:52 +08:00
parent 134c1ecece
commit e467fcc2cf
3 changed files with 34 additions and 4 deletions

View File

@@ -21,6 +21,28 @@ body,
left: unset;
}
// 管理端嵌入第三方:隐藏顶栏、侧栏白底
.ant-pro-layout {
.ant-pro-global-header {
display: none !important;
}
.ant-pro-sider.ant-layout-sider {
background: #fff !important;
.ant-layout-sider-children,
.ant-pro-sider-menu,
.ant-menu.ant-menu-root {
background: #fff !important;
}
}
// 无顶栏时内容区顶对齐
.ant-pro-layout-content {
padding-block-start: 16px;
}
}
.ant-table-row {
&-level-1 .ant-table-cell:first-child {
padding-left: 24px !important;