{{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