From be17c8e5f376da975cdd4d1cf33c30ffa638a7c7 Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Fri, 29 Jul 2022 10:46:01 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90update=E3=80=91=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E5=BE=81=E9=9B=86=E6=A0=B7=E5=BC=8F=E7=9A=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 4 +++ .../ProblemCollectionDetailList.vue | 26 ++++++++++++++++--- 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index ae52e4e..25199df 100644 --- a/public/index.html +++ b/public/index.html @@ -274,6 +274,10 @@ } /* 滚动条优化 end */ + /* 自定义tooltip下样式问题*/ + .ant-tooltip .ant-tooltip-inner{ + white-space: pre-wrap!important; + } diff --git a/src/views/standardsAssociation/problemCollection/ProblemCollectionDetailList.vue b/src/views/standardsAssociation/problemCollection/ProblemCollectionDetailList.vue index 8decd9d..286686f 100644 --- a/src/views/standardsAssociation/problemCollection/ProblemCollectionDetailList.vue +++ b/src/views/standardsAssociation/problemCollection/ProblemCollectionDetailList.vue @@ -9,15 +9,22 @@
- + - {{ otherFilter.standardNumber }} + + +
{{ otherFilter.standardNumber }}
+
- {{ otherFilter.standardName }} + + +
{{ otherFilter.standardName }}
+
+
@@ -254,6 +261,8 @@ export default { let arr = questionList.filter(tt => tt.id === this.filters.standardId) if(arr.length > 0) { this.otherFilter = arr[0] + this.otherFilter.standardNumber = '11111111111 11111111 111111111111111111111111111111111111111111111111111111111111' + this.otherFilter.standardName = '委屈委屈恶气委屈恶气委屈恶气委屈恶气委屈恶气委屈恶气委屈恶气委屈恶气委屈恶气委屈恶气委屈恶气委屈恶气委屈恶气委屈恶气委屈恶气委屈恶气恶气' } // 判断 征集截止时间 和当前时间的关系 this.canOpe = !compareCurrentTime(this.meetingObj.endTimeAddQuestion) @@ -327,6 +336,17 @@ export default { overflow: hidden; text-overflow: ellipsis; } + +.standard-row { + /deep/.ant-form-item .ant-form-item-control-wrapper { + width: 0; + } + .table-text{ + white-space: pre; + } +} + +