修复表格样式

This commit is contained in:
hanhh 2021-07-27 00:09:06 +08:00
parent e03a9d2c1d
commit 0b99882193

View File

@ -46,7 +46,7 @@ body {
max-width: unset !important; max-width: unset !important;
overflow: auto; overflow: auto;
.ant-pro-page-container-children-content { .ant-pro-page-container-children-content {
overflow: visible; overflow: auto;
height: calc(100vh - 96px); height: calc(100vh - 96px);
height: calc(100vh - var(--vh-offset, 0px) - 96px); height: calc(100vh - var(--vh-offset, 0px) - 96px);
background-color: #fff; background-color: #fff;