no-arrow option added for select component

This commit is contained in:
Burak Civan
2022-06-15 14:37:34 +03:00
parent 9c788faff1
commit 6e05576951
5 changed files with 738 additions and 12107 deletions

View File

@@ -357,6 +357,10 @@
content: "\e6e1";
}
.no-arrow .el-select__caret {
display: none;
}
.el-input .el-icon-circle-close {
transform: unset !important;
transition: unset !important;