From a51e0aca87ac7271e59a3ffee7a2b5de643d1549 Mon Sep 17 00:00:00 2001 From: baiqi Date: Mon, 24 Jul 2023 16:58:52 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E7=BC=BA=E9=99=B7=E7=AE=A1=E7=90=86-=E9=99=84=E4=BB=B6-?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E8=BF=87=E9=95=BF-=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E6=97=B6=E5=BC=B9=E7=AA=97=E5=86=85=E5=90=8D=E7=A7=B0=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=B8=8D=E5=AE=8C=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1027774 --user=白奇 【测试跟踪】缺陷管理-附件-名称过长-删除时弹窗内名称显示不完整 https://www.tapd.cn/55049933/s/1396669 --- framework/sdk-parent/frontend/src/styles/business/main.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/framework/sdk-parent/frontend/src/styles/business/main.css b/framework/sdk-parent/frontend/src/styles/business/main.css index 52f8793b0d..1de6e5d022 100644 --- a/framework/sdk-parent/frontend/src/styles/business/main.css +++ b/framework/sdk-parent/frontend/src/styles/business/main.css @@ -343,7 +343,9 @@ textarea { .el-message-box { margin-bottom: 20%; } - +.el-message-box__message p { + word-wrap: break-word; +} /* 超出文本显示... */ .text-ellipsis {