修改系统异常提醒

This commit is contained in:
hanhh
2021-09-13 00:12:44 +08:00
parent ecee9e2acd
commit 2d7e525024
3 changed files with 39 additions and 32 deletions
+2 -7
View File
@@ -168,13 +168,8 @@ input:-webkit-autofill:active {
.ant-layout-content.ant-pro-basicLayout-content.ant-pro-basicLayout-has-header {
margin-bottom: 0 !important;
}
@media (min-width: 768px) {
.ant-layout-content.ant-pro-basicLayout-content.ant-pro-basicLayout-has-header {
min-height: calc(100vh - 72px);
min-height: calc(100vh - var(--vh-offset, 0px) - 72px);
}
min-height: calc(100vh - 72px);
min-height: calc(100vh - var(--vh-offset, 0px) - 72px);
}
.Resizer {