feature: add col.filterAllowNull

This commit is contained in:
2024-02-04 13:15:42 +08:00
parent bed5c1aca1
commit a74436ac1f
3 changed files with 34 additions and 79 deletions

View File

@ -12,12 +12,10 @@
.status-grid,
.contacts-record,
.contacts-wo {
position: relative;
>.ui-grid {
overflow-x: visible;
>.ui-grid-body {
overflow: visible;
}
}
}
}
@ -496,7 +494,7 @@
height: 100%;
min-height: 120px;
>.ui-grid-body .ui-grid-body-content>.ui-grid-row>td {
>.ui-grid-wrapper>.ui-grid-table>tbody>.ui-grid-row>td {
vertical-align: top;
.col-icon {
@ -522,12 +520,14 @@
.contact-name {
overflow: hidden;
text-overflow: ellipsis;
line-height: 30px;
}
.contact-note {
color: #999;
overflow: hidden;
text-overflow: ellipsis;
margin: 3px 0 3px;
}
}
}