From bcf222998ae3e5b9740108e9d5855216ea0385ce Mon Sep 17 00:00:00 2001 From: baiqi Date: Thu, 4 May 2023 14:05:37 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E5=88=9B=E5=BB=BA=E7=94=A8=E4=BE=8B-=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E5=AD=97=E6=AE=B5-=E5=A4=9A=E9=80=89=E6=88=90?= =?UTF-8?q?=E5=91=98-=E9=80=89=E6=8B=A9=E5=90=8E=E8=B6=85=E5=87=BA?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=8C=BA=E5=9F=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1025801 --user=白奇 【测试跟踪】创建用例-自定义字段-多选成员-选择后超出显示区域 https://www.tapd.cn/55049933/s/1368266 --- .../src/components/new-ui/MsCustomFiledComponent.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/framework/sdk-parent/frontend/src/components/new-ui/MsCustomFiledComponent.vue b/framework/sdk-parent/frontend/src/components/new-ui/MsCustomFiledComponent.vue index 42880aa1e4..f5037d1d2b 100644 --- a/framework/sdk-parent/frontend/src/components/new-ui/MsCustomFiledComponent.vue +++ b/framework/sdk-parent/frontend/src/components/new-ui/MsCustomFiledComponent.vue @@ -310,7 +310,10 @@ export default { height: 32px; } +:deep(.ms-select-tag.el-select span.el-tag--light) { + width: 100%; +} :deep(.ms-select-tag.el-select span.el-select__tags-text) { - max-width: 240px!important; + width: 90%; }