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] =?UTF-8?q?=E5=9B=BD=E5=86=85=E6=A0=87=E5=87=86=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=20=E8=BF=87=E7=A8=8B=E7=A8=BF=E4=BB=B6?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E4=B8=A4=E8=A1=8C=E6=98=BE=E7=A4=BA=E6=96=87?= =?UTF-8?q?=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;