mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 17:54:32 +08:00
修复定时任务状态筛选
This commit is contained in:
@@ -354,3 +354,26 @@ pre {
|
||||
white-space: break-spaces !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.virtuallist {
|
||||
.ant-table-tbody > tr > td > div {
|
||||
white-space: unset !important;
|
||||
}
|
||||
}
|
||||
|
||||
.virtuallist .ant-table-tbody > tr > td > div {
|
||||
box-sizing: border-box;
|
||||
white-space: nowrap;
|
||||
vertical-align: middle;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.virtuallist .ant-table-tbody > tr > td.ant-table-row-expand-icon-cell > div {
|
||||
overflow: inherit;
|
||||
}
|
||||
|
||||
.ant-table-bordered .virtuallist > table > .ant-table-tbody > tr > td {
|
||||
border-right: 1px solid #f0f0f0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user