修复内容区高度和logo样式

This commit is contained in:
whyour
2021-11-29 23:02:42 +08:00
parent 61bb6535fb
commit a9f8b23a7a
4 changed files with 21 additions and 4 deletions
+13 -2
View File
@@ -152,8 +152,8 @@
.ant-layout-content.ant-pro-basicLayout-content.ant-pro-basicLayout-has-header {
margin-bottom: 0 !important;
min-height: calc(100vh - 66px);
min-height: calc(100vh - var(--vh-offset, 0px) - 66px);
min-height: calc(100vh - 72px);
min-height: calc(100vh - var(--vh-offset, 0px) - 72px);
}
.Resizer {
@@ -293,3 +293,14 @@
color: #1890ff;
}
}
.ant-pro-sider-logo {
padding: 16px 10px;
h1 {
margin-left: 5px;
}
img {
width: 32px;
border-radius: 52%;
}
}