修复定时任务表格自动换行

This commit is contained in:
whyour 2023-02-03 23:45:55 +08:00
parent 5edebdd5f3
commit 1961a6b913

View File

@ -349,3 +349,7 @@ pre {
white-space: break-spaces !important; white-space: break-spaces !important;
padding: 0 !important; padding: 0 !important;
} }
.virtuallist .ant-table-tbody > tr > td > div {
white-space: unset !important;
}