From f7309b9c6137994fcde76824e49427d27290a59e Mon Sep 17 00:00:00 2001 From: baoyu <102349094+Bytq@users.noreply.github.com> Date: Fri, 19 Apr 2024 09:49:18 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E5=9B=BD=E5=86=85?= =?UTF-8?q?=E5=A4=96=E6=A0=87=E5=87=86=E8=AF=A6=E6=83=85=E9=A1=B5=20?= =?UTF-8?q?=E6=A0=87=E5=87=86=E4=BD=93=E7=B3=BB=20=E5=AE=BD=E5=BA=A6?= =?UTF-8?q?=E5=93=8D=E5=BA=94=E5=BC=8F=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/otherStandardDetails/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index 0959de63e..bfa6b667b 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -298,9 +298,9 @@
{{ sarStandardsInfoEO.issueTime || '-' }}
-+
From b3c2cfc0adfdd85feddc0abfed04e84058360ece Mon Sep 17 00:00:00 2001
From: baoyu <102349094+Bytq@users.noreply.github.com>
Date: Fri, 19 Apr 2024 10:22:27 +0800
Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E5=9B=BD=E5=86=85?=
=?UTF-8?q?=E5=A4=96=E6=A0=87=E5=87=86=E8=AF=A6=E6=83=85=E9=A1=B5=20?=
=?UTF-8?q?=E6=A0=87=E5=87=86=E4=BD=93=E7=B3=BB=20=E5=AE=BD=E5=BA=A6?=
=?UTF-8?q?=E5=93=8D=E5=BA=94=E5=BC=8F=E5=A4=84=E7=90=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/details/otherStandardDetails/index.vue | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue
index bfa6b667b..cab3f240a 100644
--- a/src/pages/details/otherStandardDetails/index.vue
+++ b/src/pages/details/otherStandardDetails/index.vue
@@ -677,6 +677,7 @@
v-for="(file, fileIndex) in child.value"
:key="fileIndex"
class="files-title"
+ style="width: calc(100% - 80px)"
>
From 1b5e20362d8d32f33a12b838153bc6713b0c9065 Mon Sep 17 00:00:00 2001
From: wxyclub