无人机管理后台前端(已迁走)
张含笑
2025-09-16 1b3efb807ffa2f79f0baeeca7beb2d89e432e453
feat:待办事项调整
1 files modified
20 ■■■■■ changed files
src/views/wel/components/backlog.vue 20 ●●●●● patch | view | raw | blame | history
src/views/wel/components/backlog.vue
@@ -30,9 +30,10 @@
            </div>
            <div class="action-area">
              <!-- <img :src="st7" alt="" /> -->
              <!-- <span class="todo-date">{{ item.date?.slice(0, 10).replace(/-/g, '.') }}</span> -->
          <span class="todo-date">{{ item.name }}</span>
          <!-- <span class="todo-date">{{ item.name }}</span> -->
          <el-tooltip effect="dark" :content="item.name" placement="top">
            <span class="todo-date">{{item.name}}</span>
          </el-tooltip>
            </div>
          </div>
        </div>
@@ -397,7 +398,7 @@
      .action-area {
        display: flex;
        align-items: center;
        margin-right: 42px;
        margin-right: 22px;
        img {
          width: 15px;
@@ -406,9 +407,14 @@
        .todo-date {
          font-weight: 400;
        font-size: 14px;
color: #343434;
          margin-left: 2px;
      font-size: 14px;
      color: #343434;
      margin-left: 2px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 200px;
      display: inline-block;
        }
      }
    }