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;

View File

@ -118,7 +118,7 @@
text-overflow: ellipsis;
&.wrap {
white-space: normal;
@include wrap();
}
}
@ -286,14 +286,14 @@
}
>span {
padding: var(--spacing-cell);
margin: var(--spacing-cell);
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: pre;
&.wrap {
white-space: normal;
@include wrap();
}
}
}
@ -434,7 +434,7 @@
justify-content: center;
align-items: center;
position: relative;
padding: var(--spacing-s);
// padding: var(--spacing-s);
>svg {
width: 16px;