From 605fc21b9ff3627c764a9bee8ac778b553d2538f Mon Sep 17 00:00:00 2001 From: baoyu <102349094+Bytq@users.noreply.github.com> Date: Fri, 12 Apr 2024 16:08:29 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=9B=BD=E5=86=85=E6=A0=87=E5=87=86?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=20=E8=BF=87=E7=A8=8B=E7=A8=BF?= =?UTF-8?q?=E4=BB=B6=E6=94=B9=E4=B8=BA=E4=B8=A4=E8=A1=8C=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/otherStandardDetails/index.vue | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index 115aac104..07fd31eda 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -562,7 +562,7 @@
12) { - return value.slice(0, 12) + '...' - } return value }, ellipsis50(value) { @@ -4227,9 +4224,11 @@ export default { a { overflow: hidden; text-overflow: ellipsis; + display: -webkit-box; + -webkit-line-clamp: 2; + -webkit-box-orient: vertical; width: calc(~'100% - 40px'); - white-space: nowrap; - display: block; + white-space: break-spaces; } } @@ -4623,7 +4622,7 @@ export default { width: calc(~'100% - 225px'); & > .files-title { - width: calc(~'100% - 120px'); + width: calc(~'100% - 10px'); //报批稿撑开 //min-height: 50px; //line-height: 50px; From d89d607e118025dcab2d933b7dca121fd0b1501e Mon Sep 17 00:00:00 2001 From: baoyu <102349094+Bytq@users.noreply.github.com> Date: Fri, 12 Apr 2024 16:48:42 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=9B=BD=E5=86=85=E6=A0=87=E5=87=86?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=20=E8=BF=87=E7=A8=8B=E7=A8=BF?= =?UTF-8?q?=E4=BB=B6=E6=94=B9=E4=B8=BA=E4=B8=A4=E8=A1=8C=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=90=8D=20=E9=85=8D=E7=BD=AE=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E2=80=94=E6=9C=BA=E6=9E=84=E7=AE=A1=E7=90=86=E2=80=94?= =?UTF-8?q?=E6=89=80=E5=B1=9E=E9=83=A8=E9=97=A8=E5=B1=95=E7=A4=BA=E5=AE=8C?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/config/pages/mechanismManage/pages/mechanism.vue | 5 +++-- src/pages/details/otherStandardDetails/index.vue | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/pages/config/pages/mechanismManage/pages/mechanism.vue b/src/pages/config/pages/mechanismManage/pages/mechanism.vue index eef6443e8..640f665d1 100644 --- a/src/pages/config/pages/mechanismManage/pages/mechanism.vue +++ b/src/pages/config/pages/mechanismManage/pages/mechanism.vue @@ -133,10 +133,11 @@ {{ scope.row.institutionName }}
-

+ +

{{ scope.row.institutionName }}

diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index 07fd31eda..68f1b6aed 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -562,7 +562,7 @@