1111
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user