mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-29 11:19:34 +08:00
修复表格样式
This commit is contained in:
parent
e03a9d2c1d
commit
0b99882193
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user