feature: tooltip in the checkbox
feature: add GridColumn.getElement feature: column property of `contentWrap` and `maxLines` change: line height from 24px to 18px fix: adapt enabled after cell changed fix: wrap issue of filter panel
This commit is contained in:
@ -44,7 +44,7 @@
|
||||
--header-padding: 4px 12px 4px 8px;
|
||||
--header-filter-padding: 4px 26px 4px 8px;
|
||||
--spacing-s: 4px;
|
||||
--spacing-cell: 6px 4px 6px 8px;
|
||||
--spacing-cell: 9px 4px 9px 8px;
|
||||
--filter-line-height: 30px;
|
||||
--filter-item-padding: 0 4px;
|
||||
}
|
||||
@ -291,6 +291,10 @@
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: pre;
|
||||
|
||||
&.wrap {
|
||||
white-space: normal;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -357,6 +361,7 @@
|
||||
}
|
||||
|
||||
>input[type="text"],
|
||||
>input[type="date"],
|
||||
>textarea {
|
||||
border: none;
|
||||
box-sizing: border-box;
|
||||
@ -415,12 +420,8 @@
|
||||
}
|
||||
|
||||
.ui-date-cell {
|
||||
line-height: 22px;
|
||||
box-sizing: border-box;
|
||||
padding: var(--spacing-cell);
|
||||
border: none;
|
||||
font-size: var(--font-size);
|
||||
width: 100%;
|
||||
height: var(--row-height);
|
||||
text-indent: 4px;
|
||||
|
||||
&:invalid {
|
||||
color: rgba(0, 0, 0, .3);
|
||||
@ -581,6 +582,7 @@
|
||||
|
||||
.ui-check-wrapper {
|
||||
height: var(--filter-line-height);
|
||||
line-height: var(--filter-line-height);
|
||||
display: flex;
|
||||
|
||||
.ui-check-inner+* {
|
||||
|
@ -35,7 +35,7 @@
|
||||
|
||||
--border-radius: 2px;
|
||||
--text-indent: 4px;
|
||||
--line-height: 24px;
|
||||
--line-height: 18px;
|
||||
|
||||
--font-size: .8125rem; // 13px
|
||||
--font-smaller-size: .75rem; // 12px
|
||||
|
Reference in New Issue
Block a user