fix(测试跟踪): 修复多选框关闭按钮未居中问题
--bug=1026956 --user=白奇 【测试跟踪】项目集成jira-缺陷管理-创建缺陷-人员删除图标未居中显示 https://www.tapd.cn/55049933/s/1381633
This commit is contained in:
parent
137316144e
commit
c4b4770b84
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue