From 4e169f5aec9e3314c68b72ba348a7ba8fda5006d Mon Sep 17 00:00:00 2001 From: baiqi Date: Tue, 27 Jun 2023 16:23:58 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E9=9B=86=E6=88=90jira-=E7=BC=BA=E9=99=B7?= =?UTF-8?q?=E7=AE=A1=E7=90=86-=E5=88=9B=E5=BB=BA=E7=BC=BA=E9=99=B7-?= =?UTF-8?q?=E4=BA=BA=E5=91=98=E5=88=A0=E9=99=A4=E5=9B=BE=E6=A0=87=E6=9C=AA?= =?UTF-8?q?=E5=B1=85=E4=B8=AD=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1026956 --user=白奇 【测试跟踪】项目集成jira-缺陷管理-创建缺陷-人员删除图标未居中显示 https://www.tapd.cn/55049933/s/1387023 --- .../frontend/src/components/template/CustomFiledComponent.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/framework/sdk-parent/frontend/src/components/template/CustomFiledComponent.vue b/framework/sdk-parent/frontend/src/components/template/CustomFiledComponent.vue index 59aee10552..bb5cdb737d 100644 --- a/framework/sdk-parent/frontend/src/components/template/CustomFiledComponent.vue +++ b/framework/sdk-parent/frontend/src/components/template/CustomFiledComponent.vue @@ -362,10 +362,6 @@ export default { height: 32px; } -:deep(.el-select .el-tag__close.el-icon-close) { - top: -5px !important; -} - .input-search-tip { position: relative; z-index: 9;