From a42d6b9742634a38a91664a24bc912771f450912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Mon, 10 Apr 2023 13:50:21 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=B3=95=E8=A7=84=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E6=89=B9=E9=87=8F=E5=A4=84=E7=90=86=E5=AE=A1=E6=89=B9?= =?UTF-8?q?=E4=B8=8D=E5=9B=BA=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../library/docDetail/index.vue | 21 +++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/jero-web/src/views/documentManage/library/docDetail/index.vue b/jero-web/src/views/documentManage/library/docDetail/index.vue index ecab1cebb..7d1380177 100644 --- a/jero-web/src/views/documentManage/library/docDetail/index.vue +++ b/jero-web/src/views/documentManage/library/docDetail/index.vue @@ -104,7 +104,7 @@ @click="breakdown(valItem)" v-if="valItem.splitFlag == 1" :title="$t('StandardBreakdown')" - type="profile" /> + type="profile"/> @@ -673,7 +673,7 @@ if (res.success) { this.rightTitleList = res.result this.rightTitleList.push({ - name:this.$t('DetailsPhasedImplementation'), + name: this.$t('DetailsPhasedImplementation') }) } else { this.rightTitleList = [] @@ -857,7 +857,8 @@ color: #040B29; font-weight: bold; } - .text-field-right-text{ + + .text-field-right-text { width: calc(50% - 140px); } } @@ -1000,16 +1001,28 @@ margin-right: 10px } + .TextInformation { + display: flex; + flex-wrap: wrap; + } + .TextInformation-box { - width: 100%; + width: calc(50% - 10px); height: auto; + display: inline-block; overflow: hidden; + margin-right: 20px; + } + + .TextInformation-box:nth-child(even) { + margin-right: 0; } .TextInformation-box-title { background: #F5F6F7; border-radius: 4px; width: 100%; + display: inline-block; height: 56px; padding: 0 16px; line-height: 56px;