From 05afb90125b5fa590d158b5fd3a9e0c77d22f830 Mon Sep 17 00:00:00 2001 From: song-cc-rock Date: Thu, 11 Apr 2024 15:00:18 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E5=AD=97=E6=AE=B5=E5=90=8D=E7=A7=B0=E8=BF=87?= =?UTF-8?q?=E9=95=BF=E5=B1=95=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1035406 --user=宋昌昌 【系统设置】组织-模板-更新模板-字段名称过长时-未显示图标,也未...显示 https://www.tapd.cn/55049933/s/1494597 --- .../setting/organization/template/components/addTemplate.vue | 4 ++++ .../organization/template/components/viewTemplate.vue | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/frontend/src/views/setting/organization/template/components/addTemplate.vue b/frontend/src/views/setting/organization/template/components/addTemplate.vue index 9d6735934b..ed9b74a1b8 100644 --- a/frontend/src/views/setting/organization/template/components/addTemplate.vue +++ b/frontend/src/views/setting/organization/template/components/addTemplate.vue @@ -834,4 +834,8 @@ background: var(--color-text-n9); } } + + :deep(.arco-form-item-layout-vertical > .arco-form-item-label-col) { + overflow-wrap: break-word; + } diff --git a/frontend/src/views/setting/organization/template/components/viewTemplate.vue b/frontend/src/views/setting/organization/template/components/viewTemplate.vue index 3c535af1e6..2dd59a77d0 100644 --- a/frontend/src/views/setting/organization/template/components/viewTemplate.vue +++ b/frontend/src/views/setting/organization/template/components/viewTemplate.vue @@ -127,6 +127,7 @@ width: 428px; } } + :deep(.arco-picker-disabled) { border-color: var(--color-text-n8); background: var(--color-text-n8); @@ -135,4 +136,8 @@ background: var(--color-text-n8); } } + + :deep(.arco-form-item-layout-vertical > .arco-form-item-label-col) { + overflow-wrap: break-word; + }