fix: 2043 下拉框显示有问题

This commit is contained in:
binbin_pan 2024-06-14 17:41:56 +08:00
parent 245c841248
commit fa1aed07f8
1 changed files with 2 additions and 1 deletions

View File

@ -183,7 +183,8 @@ export default {
.user-select-tree { .user-select-tree {
::v-deep { ::v-deep {
.el-icon-::before { .el-icon-::before {
content: '\ea1b'; /* content: '\ea1b'; */
content: '';
font-family: 'icomoon' !important; font-family: 'icomoon' !important;
display: inline-block; display: inline-block;
-webkit-transform: scale(0.83); -webkit-transform: scale(0.83);