From 137316144e7f0e07658c3c56e3863fcbb1c188f6 Mon Sep 17 00:00:00 2001 From: baiqi Date: Wed, 14 Jun 2023 11:57:37 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=80=89=E6=8B=A9=E6=A1=86=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E6=96=87=E6=A1=88=E8=A2=AB=E6=BB=9A=E5=8A=A8=E6=9D=A1=E9=81=AE?= =?UTF-8?q?=E6=8C=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1026939 --user=白奇 【测试跟踪】项目集成jira-缺陷管理-编辑或创建缺陷-成员下拉框类型字段-提示信息和滚动条重叠 https://www.tapd.cn/55049933/s/1381624 --- .../template/CustomFiledComponent.vue | 286 +++++++++++------- 1 file changed, 169 insertions(+), 117 deletions(-) diff --git a/framework/sdk-parent/frontend/src/components/template/CustomFiledComponent.vue b/framework/sdk-parent/frontend/src/components/template/CustomFiledComponent.vue index 1c3c43c97d..ee0590a263 100644 --- a/framework/sdk-parent/frontend/src/components/template/CustomFiledComponent.vue +++ b/framework/sdk-parent/frontend/src/components/template/CustomFiledComponent.vue @@ -1,29 +1,32 @@ @@ -305,16 +354,19 @@ export default { width: 100%; } -.custom-with :deep( .el-input__inner) { +.custom-with :deep(.el-input__inner) { height: 32px; } -:deep( .el-input--suffix .el-input__inner) { +:deep(.el-input--suffix .el-input__inner) { height: 32px; } .input-search-tip { + position: relative; + z-index: 9; + background-color: white; padding-left: 15px; - color: #C0C4CC; + color: #c0c4cc; }