From b42c3951eb2d24123118f05da4c3917d6e24d261 Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Thu, 18 Aug 2022 16:37:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E6=90=9C=E7=B4=A2=E4=B8=AD?= =?UTF-8?q?=E5=BF=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/countryCardView.vue | 11 +++++++++-- .../components/countryCardViewAdd.vue | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardView.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardView.vue index e7ecf4f4c..26557fe06 100644 --- a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardView.vue +++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardView.vue @@ -30,9 +30,9 @@ - +
{{item2.applyMarket_dictText}} - +
@@ -352,6 +352,7 @@ display: inline-block; cursor: pointer; background: #fff; + position: relative; border-right: 1px #d9d9d9 solid; border-top: 1px #d9d9d9 solid; border-bottom: 1px #d9d9d9 solid; @@ -368,6 +369,11 @@ font-size: 18px; font-weight: 500; color: #040B29; + word-break: break-word; + white-space: pre-line; + position: absolute; + top: 50%; + transform: translateY(-66%); } } @@ -398,6 +404,7 @@ font-size: 18px; font-weight: 500; color: #040B29; + word-break: break-word; } } diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardViewAdd.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardViewAdd.vue index 39181fe65..30a32dc63 100644 --- a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardViewAdd.vue +++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardViewAdd.vue @@ -54,6 +54,7 @@ v-if="(formInline.dataList.length-1) == index && formInline.dataList.length < 5" type="plus-circle"/> @@ -252,6 +253,5 @@ .icon-size { font-size: 18px; margin-top: 14px; - margin-right: 4px; } \ No newline at end of file