fix(测试跟踪): 修复多选框关闭按钮未居中问题

--bug=1026956 --user=白奇 【测试跟踪】项目集成jira-缺陷管理-创建缺陷-人员删除图标未居中显示 https://www.tapd.cn/55049933/s/1381633
This commit is contained in:
baiqi 2023-06-14 13:56:47 +08:00 committed by 刘瑞斌
parent a487bb7f8d
commit e7df52f50c
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ export default {
height: 32px;
}
:deep(.el-tag__close.el-icon-close) {
:deep(.el-select .el-tag__close.el-icon-close) {
top: -5px !important;
}