暂时去掉 vlist

This commit is contained in:
whyour
2023-02-24 23:04:18 +08:00
parent e05b0a2491
commit 697bcb5922
3 changed files with 54 additions and 84 deletions
+5 -4
View File
@@ -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;
}