From 621b363745802b13ada077cfb3e65fee074f2b0f Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Wed, 28 Aug 2024 10:23:23 +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=E8=AF=A6=E6=83=85=E9=A1=B5=EF=BC=8C=E6=B8=85?= =?UTF-8?q?=E5=8D=95=E8=AF=B4=E6=98=8E=E4=BD=8D=E7=BD=AE=E6=94=B9=E5=88=B0?= =?UTF-8?q?=E6=9C=80=E4=B8=8B=E9=9D=A2=E6=BB=A1=E8=A1=8C=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MarketRegulationsDetailPage.vue | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsDetailPage.vue b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsDetailPage.vue index 92a74e6..ff3d69c 100644 --- a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsDetailPage.vue +++ b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsDetailPage.vue @@ -32,17 +32,17 @@ {{ (isChinese() ? model.securityLevel_dictText : model.securityLevel_dictTextEn) || global.emptyLine }} - - - - {{ model.manifestDesc || global.emptyLine }} - {{ global.emptyLine }} + + + + {{ model.manifestDesc || global.emptyLine }} +
{{ $t('marketRegulationsList') }}
@@ -476,6 +476,7 @@ export default { .basic-info { /deep/ .ant-col { margin-bottom: 5px; + display: flex; } label { display: inline-block; @@ -487,6 +488,10 @@ export default { width: calc(100% - 150px) } } + span { + display: inline-block; + flex: 1; + } } /deep/ table tbody tr:hover>td {