Unverified Commit c8d71411 authored by ikiler's avatar ikiler Committed by GitHub

UI page display misalignment fix (#1013)

Co-authored-by: steve <woai1998>
parent a619d50b
...@@ -82,11 +82,11 @@ ol { ...@@ -82,11 +82,11 @@ ol {
margin-bottom: 0!important; margin-bottom: 0!important;
} }
div .ant-pro-card-body { //div .ant-pro-card-body {
padding: 2px; // padding: 2px;
} //}
div .ant-pro-page-container{ div .ant-pro-page-container{
padding-top: 1px; padding-top: 0px;
} }
div .ant-page-header { div .ant-page-header {
...@@ -98,5 +98,5 @@ div .ant-pro-page-container-children-content{ ...@@ -98,5 +98,5 @@ div .ant-pro-page-container-children-content{
} }
.ant-tabs-top > .ant-tabs-nav, .ant-tabs-bottom > .ant-tabs-nav, .ant-tabs-top > div > .ant-tabs-nav, .ant-tabs-bottom > div > .ant-tabs-nav { .ant-tabs-top > .ant-tabs-nav, .ant-tabs-bottom > .ant-tabs-nav, .ant-tabs-top > div > .ant-tabs-nav, .ant-tabs-bottom > div > .ant-tabs-nav {
margin: 0 0 4px 0!important; margin: 0 0 0px 0!important;
} }
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