diff --git a/src/pages/personal/pages/my-questions/index.vue b/src/pages/personal/pages/my-questions/index.vue index 22403b997..f78f4caae 100644 --- a/src/pages/personal/pages/my-questions/index.vue +++ b/src/pages/personal/pages/my-questions/index.vue @@ -396,7 +396,7 @@ 正在加载数据
- +
@@ -457,7 +457,7 @@ 正在加载数据
- +
@@ -520,7 +520,7 @@ 正在加载数据
- +
@@ -830,7 +830,7 @@ 相似历史问题: -
+
{{item.problemDescription}} {{item.questionTime}} @@ -1860,13 +1860,13 @@ export default { overflow: auto !important; } #my-questions{ - height: 100%; + height: calc(100vh - 75px); display: flex; flex-direction: column; background: #F5F7FA; margin-bottom: 10px; .tab-box{ - height: 100%; + height: 93%; } .type-tabs { /deep/.el-tabs__header { diff --git a/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue b/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue index 9e93759be..038f1a23d 100644 --- a/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue @@ -220,7 +220,7 @@ align="center" label="电话"> { @@ -1068,6 +1069,7 @@ export default { questioner: this.$store.getters.userInfo.userId, //提问人 problemDescription: '', //关键词/问题描述 } + this.standSearch2() }, searchBtn(){ this.questionSerach.classification = this.activeType @@ -1256,13 +1258,13 @@ export default { overflow: auto; } #my-questions{ - height: 100%; + height: calc(100vh - 75px); display: flex; flex-direction: column; background: #F5F7FA; margin-bottom: 10px; .tab-box{ - height: 100%; + height: 93%; } .type-tabs { /deep/.el-tabs__header { diff --git a/src/pages/searchCenter/pages/standardSearch.vue b/src/pages/searchCenter/pages/standardSearch.vue index 650e15607..bb66642d9 100644 --- a/src/pages/searchCenter/pages/standardSearch.vue +++ b/src/pages/searchCenter/pages/standardSearch.vue @@ -267,8 +267,8 @@
- 详情
+ 详情
发布日期: {{ item.issue_time !== null && item.issue_time !== '' ? dateFormat2(item.issue_time) : '--' }}
@@ -2809,6 +2809,7 @@ height: 29px; } .AllBox { + position: relative; margin-top: 20px; background-color: #fff; border-radius: 20px; @@ -2817,6 +2818,7 @@ margin-bottom: 20px; } .AllBoxTitle { + width: 98%; position: relative; overflow: hidden; text-overflow:ellipsis;