diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseAdd.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseAdd.vue index 5c87ec0af..0b67d2eaf 100644 --- a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseAdd.vue +++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseAdd.vue @@ -12,43 +12,6 @@
- - -
-
- * - {{$t('displayPermission')}} -
- - - - - {{ item.name}} - - - - -
-
- -
-
- * - {{$t('authorizedUser')}} -
- - - -
-
-
@@ -106,25 +69,55 @@
- {{$t('standardNo')}} + * + {{$t('displayPermission')}}
- - + + + + + {{ item.name}} + + + + +
+
+ +
+
+ * + {{$t('authorizedUser')}} +
+ +
- + {{$t('standardNo')}}
- - {{$t('bringInDocumentInformation')}} - + + + + {{$t('bringInDocumentInformation')}} + +
@@ -584,6 +577,26 @@ margin-top: 4px; } + .box-button-index { + height: 38px; + margin-top: 2px; + width: 120px; + overflow: hidden; + padding: 0 0; + float: right; + text-align: center; + } + + ::v-deep .box-button-index span { + display: inline-block; + width: 100px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + margin-top: 4px; + text-align: center; + } + .submit-button { width: 100%; margin-top: 20px; @@ -612,4 +625,11 @@ overflow: hidden; word-break: break-word; } + + .box-input-index { + width: calc(100% - 130px); + display: inline-block; + height: 38px; + margin-right: 10px; + } \ No newline at end of file diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseList.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseList.vue index 50ee8e69f..5c8328c34 100644 --- a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseList.vue +++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseList.vue @@ -18,6 +18,7 @@