From 747fb8ae00ab70715e240d3150fbcadd6ab95dfb Mon Sep 17 00:00:00 2001 From: hanshaozhuang Date: Wed, 20 Jul 2022 16:01:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=2056692=20=E8=B5=84?= =?UTF-8?q?=E6=96=99=E4=B8=AD=E5=BF=83-=E6=96=87=E5=AD=97=E8=BF=87?= =?UTF-8?q?=E5=A4=9A-=E8=AF=A6=E6=83=85=E7=95=8C=E9=9D=A2=20=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E6=BB=91=E5=8A=A8=20=E5=A2=9E=E5=8A=A0=E6=BB=9A?= =?UTF-8?q?=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../regulatoryRepository/dataCenter/dataCenterDetail.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/pages/regulatoryRepository/dataCenter/dataCenterDetail.vue b/src/pages/regulatoryRepository/dataCenter/dataCenterDetail.vue index 9b194fdfa..49c55a62f 100644 --- a/src/pages/regulatoryRepository/dataCenter/dataCenterDetail.vue +++ b/src/pages/regulatoryRepository/dataCenter/dataCenterDetail.vue @@ -252,7 +252,8 @@ export default { padding: 0 10% 0 10%; background: #ffffff; font-size: 16px; - + height: 84%; + overflow-y: auto; .transition-box-p { line-height: 50px; border-bottom: 1px solid #E5E5E5; @@ -266,6 +267,8 @@ export default { display: inline-block; color: #7e8083; width: calc(~'100% - 100px'); + overflow-y: auto; + overflow-y: auto; word-break: break-all; white-space: pre-wrap; }