style: 修复 TagSearch 组件中下拉 icon 未居中的问题

This commit is contained in:
zhaojisen
2024-05-13 19:01:20 +08:00
committed by Bryan
parent acde080e48
commit 17b172e3f1

View File

@@ -368,6 +368,10 @@ export default {
::v-deep .el-input__suffix {
color: var(--color-icon-primary) !important;
.el-input__suffix-inner .el-input__icon {
line-height: 30px;
}
}
}