mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 14:56:07 +08:00
修复定时任务表格自动换行
This commit is contained in:
parent
5edebdd5f3
commit
1961a6b913
|
@ -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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user