mirror of
https://github.com/whyour/qinglong.git
synced 2025-09-13 06:50:55 +08:00
修复表格样式
This commit is contained in:
parent
85b8a6f1ed
commit
9936e0af2f
|
@ -46,7 +46,7 @@ body {
|
|||
max-width: unset !important;
|
||||
overflow: auto;
|
||||
.ant-pro-page-container-children-content {
|
||||
overflow: visible;
|
||||
overflow: auto;
|
||||
height: calc(100vh - 96px);
|
||||
height: calc(100vh - var(--vh-offset, 0px) - 96px);
|
||||
background-color: #fff;
|
||||
|
|
Loading…
Reference in New Issue
Block a user