change: sample structure
fix: tooltip of some readonly column in editing mode feature: adapt filter panel's height
This commit is contained in:
@ -44,6 +44,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
@mixin wrap() {
|
||||
white-space: normal;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
@mixin ui-check() {
|
||||
.ui-check-inner {
|
||||
position: relative;
|
||||
|
Reference in New Issue
Block a user