mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 09:34:31 +08:00
修复定时任务表格自动换行
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user