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

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

View File

@ -362,6 +362,10 @@ export default {
height: 32px; height: 32px;
} }
:deep(.el-tag__close.el-icon-close) {
top: -5px !important;
}
.input-search-tip { .input-search-tip {
position: relative; position: relative;
z-index: 9; z-index: 9;