Commit e6fddbf1 authored by 崔佳豪's avatar 崔佳豪

style: add layout style

parent 72d44a52
Pipeline #47453 passed with stages
in 2 minutes 28 seconds
......@@ -17,6 +17,25 @@
.basicLayout * {
box-sizing: border-box;
}
:global {
.@{ant-prefix}-basic-layout-page-container {
// padding-top: 48px;
// margin: -24px -24px 0;
// margin: -18px 0px 0 0px;
margin: 0px;
height: 100%;
// background-color: #fff;
}
.ant-pro-page-container,
.ant-pro-grid-content,
.ant-pro-grid-content-children,
.ant-pro-page-container-children-content {
height: 100%;
}
}
.basicLayout {
display: flex;
......
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