无人机管理后台前端(已迁走)
张含笑
2025-05-29 88f943e0c4faac39372f658910e6ceb7aadb0e4f
feat:消息过多展示99+
1 files modified
11 ■■■■ changed files
src/views/wel/components/backlog.vue 11 ●●●● patch | view | raw | blame | history
src/views/wel/components/backlog.vue
@@ -13,7 +13,7 @@
          >
            <div>
              {{ item.name }}
              <div class="dots">{{ item.number }}</div>
              <div class="dots">{{ item.number >=100 ?'99+' : item.number}}</div>
            </div>
          </div>
        </div>
@@ -278,16 +278,17 @@
        border-bottom: 2px solid #1c5cff;
      }
      .dots {
        width: 23px;
        height: 13px;
        width: 17px;
        height: 17px;
        border-radius: 50%;
        background: #366fff;
        color: #fff;
        font-size: 10px;
        font-size: 9px;
        position: absolute;
        top: -10px;
        right: -9px;
        right: -13px;
        padding: 1px;
        line-height: 17px;
      }
    }
    .todo-items {