fix: wrap style in drop column.

fix: also change `DisplayValue` after changed.
feature: support uncompressed export.
change: add `editing` parameter in GridColumn.setEnabled.
This commit is contained in:
2024-03-08 17:26:38 +08:00
parent 70ab06190f
commit f54eb3ac24
4 changed files with 112 additions and 41 deletions

View File

@ -127,9 +127,9 @@
}
>svg {
width: 14px;
min-width: 14px;
height: 14px;
width: 12px;
min-width: 12px;
height: 12px;
margin-left: 4px;
fill: var(--split-border-color);
}
@ -421,10 +421,10 @@
overflow: hidden;
text-overflow: ellipsis;
white-space: pre;
}
&.wrap {
@include wrap();
}
&.wrap>span {
@include wrap();
}
}