This commit is contained in:
Vanessa 2022-11-02 11:05:09 +08:00
parent 7cd8f8f7d0
commit e5703dc70f
3 changed files with 10 additions and 2 deletions

View file

@ -119,6 +119,12 @@
&__label {
flex: 1;
min-width: 84px;
@include text-clamp(1);
max-width: 30vw;
white-space: nowrap;
overflow: hidden;
-webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0, #000 12px);
max-width: 30vw;
}
&__icon {