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.standardNumber }}
+
- {{ otherFilter.standardName }}
+
+ {{ 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;
+ }
+}
+
+