diff --git a/jero-web/src/views/documentManage/splitting/modules/SplitDetail.vue b/jero-web/src/views/documentManage/splitting/modules/SplitDetail.vue index b43d24365..881792170 100644 --- a/jero-web/src/views/documentManage/splitting/modules/SplitDetail.vue +++ b/jero-web/src/views/documentManage/splitting/modules/SplitDetail.vue @@ -185,7 +185,7 @@ :confirm-loading="confirmLoading" @ok="modalOk" @cancel="batSetCancel" - style="width: 1000px" + style="width: 1000px;height: auto" >
- + {{$t('query')}} - {{$t('publishComment')}} + + {{$t('publishComment')}} +
@@ -102,7 +106,7 @@ visible: false, dataList: [], formInline: {}, - commentContent:'', + commentContent: '', loading: false, title: this.$t('comment'), confirmLoading: false, @@ -148,12 +152,18 @@ this.$refs.ruleForm.clearValidate() }) }, - submitQuery(){ - + allowClearChange() { + this.getList() + }, + submitQuery() { + this.getList() }, getList() { this.loading = true - getAction(this.url.list, { projectLibraryId: this.$route.query.id,commentContent:this.commentContent }).then((res) => { + getAction(this.url.list, { + projectLibraryId: this.$route.query.id, + commentContent: this.commentContent + }).then((res) => { if (res.success) { this.loading = false this.dataList = res.result || [] @@ -315,7 +325,7 @@ position: absolute; bottom: 0; width: 100%; - z-index:100; + z-index: 100; border-top: 1px solid #e8e8e8; padding: 10px 16px; text-align: right; @@ -363,14 +373,21 @@ text-align: center; margin-top: 40px; } - .box-input{ - width: calc(100% - 168px); - margin-right: 8px; + + .box-input { + width: calc(100% - 168px); + margin-right: 8px; } - .button-text{ - width: 80px; + + .button-text { + width: 73px; overflow: hidden; - padding:0 10px; + padding: 0 8px; box-sizing: border-box; } + + \ No newline at end of file