diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseAdd.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseAdd.vue
index 487daf815..f5588cdff 100644
--- a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseAdd.vue
+++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseAdd.vue
@@ -604,7 +604,7 @@
this.formInline[this.uploadName] = attIdList.join(',')
this.formInline = { ...this.formInline }
},
- tempSaveClick(){
+ tempSaveClick() {
},
submit(releaseStatus) {
@@ -845,10 +845,14 @@
.box-input-index {
width: calc(100% - 130px);
display: inline-block;
- height: 38px;
+ height: 48px;
margin-right: 10px;
}
+ /*::v-deep .box-input-index .ant-select-selection--multiple {*/
+ /* height: 44px!important;*/
+ /*}*/
+
.itemOption {
display: inline-block;
width: 100%;
diff --git a/jero-web/src/views/businessSupport/regulationReport/components/modules/defaultTemplate.vue b/jero-web/src/views/businessSupport/regulationReport/components/modules/defaultTemplate.vue
index a03fa0a4a..1bca8ea51 100644
--- a/jero-web/src/views/businessSupport/regulationReport/components/modules/defaultTemplate.vue
+++ b/jero-web/src/views/businessSupport/regulationReport/components/modules/defaultTemplate.vue
@@ -9,10 +9,14 @@
:title="$t('title')">{{$t('title')}}
-
+
+
+
+
+
@@ -24,10 +28,14 @@
:title="$t('englishTitle')">{{$t('englishTitle')}}
-
+
+
+
+
+
diff --git a/jero-web/src/views/businessSupport/regulationReport/components/modules/industryTemplate.vue b/jero-web/src/views/businessSupport/regulationReport/components/modules/industryTemplate.vue
index 41b44678b..8fb6a1f6e 100644
--- a/jero-web/src/views/businessSupport/regulationReport/components/modules/industryTemplate.vue
+++ b/jero-web/src/views/businessSupport/regulationReport/components/modules/industryTemplate.vue
@@ -9,10 +9,14 @@
:title="$t('title')">{{$t('title')}}
-
+
+
+
+
+
@@ -24,10 +28,14 @@
:title="$t('englishTitle')">{{$t('englishTitle')}}
-
+
+
+
+
+
diff --git a/jero-web/src/views/documentManage/splitting/modules/SplitDetail.vue b/jero-web/src/views/documentManage/splitting/modules/SplitDetail.vue
index 0c5a95218..043fd45b1 100644
--- a/jero-web/src/views/documentManage/splitting/modules/SplitDetail.vue
+++ b/jero-web/src/views/documentManage/splitting/modules/SplitDetail.vue
@@ -266,7 +266,7 @@
form: {},
rules: {
name: [
- { required: true, message: this.$t('PleaseEnter') + this.$t('clauseNo'), trigger: 'blur' },
+ // { required: true, message: this.$t('PleaseEnter') + this.$t('clauseNo'), trigger: 'blur' },
{ min: 1, max: 200, message: this.$t('cantExeed') + '200' + this.$t('characters'), trigger: 'blur' }
],
itemName: [