From b4a2d7a419e928d75f2da26417ad5ebc2a9bdaa2 Mon Sep 17 00:00:00 2001 From: danshihao Date: Mon, 2 Sep 2024 09:28:46 +0800 Subject: [PATCH] =?UTF-8?q?[update=20=E6=A0=87=E5=87=86=E8=A7=A3=E8=AF=BB?= =?UTF-8?q?=E8=A1=A8]=20=E7=82=B9=E5=87=BB=E5=9B=BE=E7=89=87=E5=8F=AF?= =?UTF-8?q?=E4=BB=A5=E6=94=BE=E5=A4=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/StandardResolutionSheet.vue | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/components/StandardResolutionSheet.vue b/src/components/StandardResolutionSheet.vue index aaf378f..32140a7 100644 --- a/src/components/StandardResolutionSheet.vue +++ b/src/components/StandardResolutionSheet.vue @@ -110,6 +110,7 @@
@@ -131,7 +132,6 @@ @click="handleClickClauseContentItem(clause)">
{{ clause.item_num }} {{ clause.item_title }}
@@ -142,14 +142,15 @@
-
{{ $t('standardRegulationLibrary.translation') }}
{{ clauseLabelInfo.item_num }} {{ clauseLabelInfo.item_title }}
@@ -817,7 +818,9 @@ export default { border: 1px solid; } } - + /deep/ img { + cursor: zoom-in; + } /deep/ img.wordImg { width: auto !important; max-width: 100%;