change: sample structure

fix: tooltip of some readonly column in editing mode
feature: adapt filter panel's height
This commit is contained in:
2024-03-07 17:16:37 +08:00
parent 168cae3ce1
commit e75e763938
12 changed files with 36 additions and 11 deletions

View File

@ -44,6 +44,11 @@
}
}
@mixin wrap() {
white-space: normal;
word-break: break-word;
}
@mixin ui-check() {
.ui-check-inner {
position: relative;