From 6b86977b0c4d4dba4528a34aa8ca516ebb9a10c2 Mon Sep 17 00:00:00 2001 From: hanshaozhuang Date: Wed, 20 Jul 2022 15:48:24 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=2056548=20=E6=A0=87?= =?UTF-8?q?=E5=87=86=E5=85=A5=E5=BA=93=E6=B5=81=E7=A8=8B-=E4=BC=9A?= =?UTF-8?q?=E7=AD=BE=20=E6=9C=AA=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E6=98=BE=E7=A4=BA--=EF=BC=8C=E4=BF=AE=E6=94=B9=E5=8D=95?= =?UTF-8?q?=E6=B2=A1=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/processCenter/pages/creatProcess/bzrk/step3.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/bzrk/step3.vue b/src/pages/processCenter/pages/creatProcess/bzrk/step3.vue index 76fa5733b..20b7f46ab 100644 --- a/src/pages/processCenter/pages/creatProcess/bzrk/step3.vue +++ b/src/pages/processCenter/pages/creatProcess/bzrk/step3.vue @@ -268,7 +268,7 @@ -
+
{{ value.name }}
@@ -825,6 +825,7 @@ export default { submitType: '', xgdFileMap: [], fbgbjbdFileMap: [], + fbgywbdFileMap: [], bpgFileMap: [], ssgFileMap: [], zqyjgFileMap: [], @@ -1141,8 +1142,8 @@ export default { this.xgdFileMap=this.assemble(processForm.xgd,processForm.xgdName); - this.fbgbjbdFileMap=this.assemble(processForm.fbgbjbd,processForm.fbgbjbdName); + this.fbgywbdFileMap=this.assemble(processForm.fbgywbd,processForm.fbgywbdName); // fbgbjbdFileMap: {}, this.bpgFileMap=this.assemble(processForm.bpg,processForm.bpgName); // bpgFileMap: {}, From 59446db06f46c56235e0cbc6cfe4bde43edb7bec Mon Sep 17 00:00:00 2001 From: hanshaozhuang Date: Wed, 20 Jul 2022 15:55:40 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=2056688=20=E6=A0=87?= =?UTF-8?q?=E5=87=86=E4=BD=93=E7=B3=BB=20=E5=BD=93=E5=B1=82=E7=BA=A7?= =?UTF-8?q?=E8=BF=87=E5=A4=9A=E6=97=B6=20=E6=8C=89=E9=92=AE=E8=BF=98?= =?UTF-8?q?=E6=98=AF=E4=BC=9A=E5=BE=80=E4=B8=8B=E6=8E=89=20=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E5=9B=BA=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/treeSelect/treeSelectNew.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/treeSelect/treeSelectNew.vue b/src/components/treeSelect/treeSelectNew.vue index 2cb47f94e..090c6776e 100644 --- a/src/components/treeSelect/treeSelectNew.vue +++ b/src/components/treeSelect/treeSelectNew.vue @@ -321,7 +321,7 @@ // } //} .common-tree{ - height: 100%; + height: 87%; overflow-y: auto; } From 747fb8ae00ab70715e240d3150fbcadd6ab95dfb Mon Sep 17 00:00:00 2001 From: hanshaozhuang Date: Wed, 20 Jul 2022 16:01:32 +0800 Subject: [PATCH 3/3] =?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; }