From 5f62cf720275d4ab467511ebca5b314255e42543 Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Mon, 10 Jan 2022 17:39:19 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90bug=E3=80=91"=E5=B7=B2=E5=8A=A0?= =?UTF-8?q?=E5=85=A5=E7=9A=84=E8=A1=8C=E4=B8=9A=E7=BB=84=E7=BB=87/?= =?UTF-8?q?=E5=8D=8F=E4=BC=9A/=E5=9B=A2=E4=BD=93/=E8=81=94=E7=9B=9F/?= =?UTF-8?q?=E5=A7=94=E5=91=98=E4=BC=9A=E7=AD=89"=20=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E7=9A=84=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/standardsAssociation/memberInfo/MemberInfo.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/standardsAssociation/memberInfo/MemberInfo.vue b/src/views/standardsAssociation/memberInfo/MemberInfo.vue index 47b0de1..9fe7292 100644 --- a/src/views/standardsAssociation/memberInfo/MemberInfo.vue +++ b/src/views/standardsAssociation/memberInfo/MemberInfo.vue @@ -638,9 +638,10 @@ export default { } .joined-col { - /deep/ label { + /deep/ .ant-form-item-label { white-space: pre-wrap; - line-height: 20px !important; + line-height: 150% !important; + padding-right: 8px; } }