Optim object picker & isDelete flag

This commit is contained in:
2022-03-16 12:45:47 +08:00
parent d7386bce68
commit f358ac07c6
10 changed files with 182 additions and 61 deletions
@@ -8,6 +8,7 @@ div.combo-input {
width: 100%;
height: 100%;
min-height: $line-min-height;
max-width: calc( 100% - 32px );
display: flex;
align-items: center;
padding-left: 8px;
@@ -17,7 +18,12 @@ div.combo-input {
overflow: hidden;
span {
word-break: keep-all;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: block;
max-width: 100%;
}
}