mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 09:34:31 +08:00
暂时去掉 vlist
This commit is contained in:
@@ -9,6 +9,11 @@
|
||||
url('../assets/fonts/SourceCodePro-Regular.ttf') format('truetype');
|
||||
}
|
||||
|
||||
#root {
|
||||
height: 100vh;
|
||||
height: calc(100vh - var(--vh-offset, 0px));
|
||||
}
|
||||
|
||||
.ant-modal-body {
|
||||
max-height: calc(80vh - 110px);
|
||||
max-height: calc(80vh - var(--vh-offset, 110px));
|
||||
@@ -349,7 +354,3 @@ pre {
|
||||
white-space: break-spaces !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.virtuallist .ant-table-tbody > tr > td > div {
|
||||
white-space: unset !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user