From ada1285fd399272f445482660e6bd0c0a9976c0f Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Thu, 10 Oct 2024 15:54:32 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E5=B8=82=E5=9C=BA=E6=B3=95=E8=A7=84?= =?UTF-8?q?=E6=B8=85=E5=8D=95=E5=A4=9A=E6=9D=A1=E6=95=B0=E6=8D=AE=E5=90=88?= =?UTF-8?q?=E5=B9=B6=E6=8F=92=E5=8D=A1=E4=B8=8D=E6=98=BE=E7=A4=BA=E5=9F=BA?= =?UTF-8?q?=E6=9C=AC=E4=BF=A1=E6=81=AF=E7=9A=84=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../marketRegulationsList/MarketRegulationsDetailPage.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsDetailPage.vue b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsDetailPage.vue index 6eb4c21..c3b644f 100644 --- a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsDetailPage.vue +++ b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsDetailPage.vue @@ -7,7 +7,7 @@
-
+
{{ $t('essentialInformation') }}
@@ -144,7 +144,7 @@ export default { * 88px: 两个标题高度 * 56px:外层组件标题区域 */ - return `calc(100vh - ${this.defaultHeight['user-info-height']} - ${this.defaultHeight['breadcrumb-height']} - ${this.defaultHeight.oneLineSearchHeight} - ${this.defaultHeight.oneLineOperationHeight} - 48px - 48px - 54px - ${this.isBackTitle ? '56px' : '0px'} - 88px - 56px)` + return `calc(100vh - ${this.defaultHeight['user-info-height']} - ${this.defaultHeight['breadcrumb-height']} - ${this.defaultHeight.oneLineSearchHeight} - ${this.defaultHeight.oneLineOperationHeight} - 48px - 48px - 54px - ${this.isBackTitle ? '56px' : '0px'} - ${this.ids.length > 1 ? '44px' : '88px'} - 56px)` }, // 是否可以查看历史版本,当前用户是否是法规管理员或超级管理员 isCanLookHistory () {