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%;