wangziqian 4 gadi atpakaļ
vecāks
revīzija
43153b8ee0

+ 4 - 2
src/views/projectManage/projectList/components/modifySchedule.vue

@@ -382,7 +382,6 @@ export default {
     async remoteMethod(query) { // 远程搜索任务
       query = query.replace(/^\s+|\s+$/g, '')
       if (query === '') return// 值为空字符串,返回
-      if (this.nowQuery === query) return // 值没发生变化,返回
       // 初始化
       this.nowQuery = query
       this.loadMore = true
@@ -616,7 +615,7 @@ article {
 }
 .task-list-show {
   width: 100%;
-  padding: 0 156px 0 60px;
+  padding: 0 156px 0 160px;
   .task-list-item {
     width: 100%;
     display: flex;
@@ -626,6 +625,9 @@ article {
     }
     .item-name {
       width: calc(100% - 105px);
+      overflow: hidden;
+      text-overflow:ellipsis;
+      white-space: nowrap;
     }
     .item-cancel {
       font-size: 20px;