diff --git a/jero-web/src/utils/kkfileView.js b/jero-web/src/utils/kkfileView.js index 18bb49ab7..3b16f384e 100644 --- a/jero-web/src/utils/kkfileView.js +++ b/jero-web/src/utils/kkfileView.js @@ -10,10 +10,10 @@ export function kkFileView(fileName, fileId) { let fileSuffix = fileName.substring(index1, index2) if (fileSuffix == '.docx' || fileSuffix == '.doc' || fileSuffix == '.pdf' || fileSuffix == '.xlsx' || fileSuffix == '.xls') { let url = window._CONFIG['onlinePreviewDomainURL'] + '?url=' + Base64.encode(downLoadFileUrl + '/' + fileId + fileSuffix) - window.open(url) + window.open(url,'_self') } else if (fileSuffix == '.png' || fileSuffix == '.jpeg' || fileSuffix == '.gif' || fileSuffix == '.jpg') { let url = window._CONFIG['onlinePreviewDomainURL'] + '?url=' + Base64.encode(downLoadImgUrl + '/' + fileId + fileSuffix) - window.open(url) + window.open(url,'_self') } else { Toast('当前格式不支持预览') } diff --git a/jero-web/src/views/phoneView/home.vue b/jero-web/src/views/phoneView/home.vue index b24270714..a7faa4e30 100644 --- a/jero-web/src/views/phoneView/home.vue +++ b/jero-web/src/views/phoneView/home.vue @@ -289,4 +289,12 @@ width: 1rem; margin-right: 0.2rem; } + ::v-deep .van-tabbar { + height: 74px !important; + align-items: baseline; + } + + ::v-deep .van-tabbar-item { + margin-top: 8px !important; + } \ No newline at end of file diff --git a/jero-web/src/views/phoneView/problemKnowledgeBase.vue b/jero-web/src/views/phoneView/problemKnowledgeBase.vue index 23e825b12..1527609a1 100644 --- a/jero-web/src/views/phoneView/problemKnowledgeBase.vue +++ b/jero-web/src/views/phoneView/problemKnowledgeBase.vue @@ -452,8 +452,11 @@ } .header-buttom { - margin-top: 0.36rem; + margin-top: 0.16rem; text-align: right; + display: flex; + flex-wrap: wrap; + justify-content: flex-end; } .header-buttom-text { @@ -467,11 +470,11 @@ opacity: 1; display: inline-block; margin-left: 0.2rem; + margin-bottom: 0.2rem; } .problemName { display: flex; - margin-top: 0.16rem; height: 1rem; line-height: 1rem; } @@ -501,9 +504,14 @@ font-family: PingFang SC-Regular, PingFang SC; font-weight: 400; color: #040B29; + width: 100%; word-break: break-all; } + ::v-deep .content img { + max-width: 100% !important; + } + .contentFile { margin-top: 0.2rem; } diff --git a/jero-web/src/views/phoneView/processManagement.vue b/jero-web/src/views/phoneView/processManagement.vue index 418fb65de..7db671b3e 100644 --- a/jero-web/src/views/phoneView/processManagement.vue +++ b/jero-web/src/views/phoneView/processManagement.vue @@ -8,7 +8,7 @@ - +
{{$t('entryName')}} {{queryForm.projectName+'-'+queryForm.projectVersion}} diff --git a/jero-web/src/views/phoneView/search.vue b/jero-web/src/views/phoneView/search.vue index fd76a09c1..873ceb0a5 100644 --- a/jero-web/src/views/phoneView/search.vue +++ b/jero-web/src/views/phoneView/search.vue @@ -6,8 +6,8 @@
- +
@@ -266,4 +266,13 @@ color: #00B3BE; margin-top: 0.22rem; } + + ::v-deep .van-tabbar { + height: 74px !important; + align-items: baseline; + } + + ::v-deep .van-tabbar-item { + margin-top: 8px !important; + } \ No newline at end of file diff --git a/jero-web/src/views/phoneView/searchList.vue b/jero-web/src/views/phoneView/searchList.vue index 87b2ab4b7..83f00aed9 100644 --- a/jero-web/src/views/phoneView/searchList.vue +++ b/jero-web/src/views/phoneView/searchList.vue @@ -317,9 +317,10 @@ this.getList() }, activeChange() { - this.searchValue = '' - this.value = '' - this.selectModelName = '' + this.searchValue = this.value + // this.searchValue = '' + // this.value = '' + // this.selectModelName = '' if (this.activeTab == 'whole') { this.list = [] } else if (this.activeTab == 'documentLibrary') { @@ -350,8 +351,8 @@ query: { id: item.id.slice(0, 32), goRouter: '/phoneSearchList', - searchValue:this.value, - activeTab:this.activeTab + searchValue: this.value, + activeTab: this.activeTab } }) } else if (item.module_type_flag == 'WTZSK' || item.module_type_flag == 'ZSFX') { @@ -362,8 +363,8 @@ query: { id: id, goRouter: '/phoneSearchList', - searchValue:this.value, - activeTab:this.activeTab + searchValue: this.value, + activeTab: this.activeTab } }) } else if (item.module_type_flag == 'FGYB') { @@ -596,6 +597,7 @@ font-weight: 600; color: #040B29; font-size: 0.42rem; + word-break: break-all; } .content-box-type { diff --git a/jero-web/src/views/phoneView/taskData.vue b/jero-web/src/views/phoneView/taskData.vue index 784274adc..23e938d68 100644 --- a/jero-web/src/views/phoneView/taskData.vue +++ b/jero-web/src/views/phoneView/taskData.vue @@ -461,4 +461,13 @@ ::v-deep .van-tabs__wrap--scrollable .van-tab { padding: 0 0.1rem; } + + ::v-deep .van-tabbar { + height: 74px !important; + align-items: baseline; + } + + ::v-deep .van-tabbar-item { + margin-top: 8px !important; + } \ No newline at end of file diff --git a/jero-web/src/views/phoneView/toDoCenter.vue b/jero-web/src/views/phoneView/toDoCenter.vue index e8fd14881..fa9161981 100644 --- a/jero-web/src/views/phoneView/toDoCenter.vue +++ b/jero-web/src/views/phoneView/toDoCenter.vue @@ -425,12 +425,12 @@ } }, activeChange() { - this.phoneQueryValue = '' - this.form = { - checked: false, - selectModel: '0', - flowType:[], - } + // this.phoneQueryValue = '' + // this.form = { + // checked: false, + // selectModel: '0', + // flowType:[], + // } if (this.form.checked) { this.form.mobileProcessing = '1' } else { @@ -1089,4 +1089,12 @@ background: #00B3BE; color: #fff; } + ::v-deep .van-tabbar { + height: 74px !important; + align-items: baseline; + } + + ::v-deep .van-tabbar-item { + margin-top: 8px !important; + } \ No newline at end of file