fix(style): delete selected symbol on select component (#306)

* fix(style): delete selected symbol on select component

* fix(style): delete space after delete selectedSymbol
This commit is contained in:
chilingling 2024-02-20 15:35:35 +08:00 committed by GitHub
parent 491c01092e
commit 52037fdf78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 19 deletions

View File

@ -424,15 +424,6 @@
&:hover {
background: var(--ti-lowcode-button-hover-bg);
}
&.selected {
&::before {
content: '\2714';
display: block;
position: absolute;
left: 10px;
}
}
}
}
@ -1582,19 +1573,9 @@ span.tiny-switch {
& > span {
position: relative;
&::before {
content: '\2714';
position: absolute;
left: 0;
}
}
}
& > span {
padding-left: 16px;
}
&.is-disabled > a {
cursor: not-allowed;
}