fix: 2043 下拉框显示有问题
This commit is contained in:
parent
245c841248
commit
fa1aed07f8
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue