ZZJ
2022-07-14 2b99047683332624832c1dfcae596e957a710b7d
src/views/equipmentManagement/equipmentList/components/AddBox.vue
@@ -25,6 +25,7 @@
          </div>
        </div>
        <div class="body" v-if="listType == 'cluster'">
          <template v-if="clusterList.length > 0">
          <div class="row" v-for="(item, index) in clusterList" :key="index">
            <div class="content">
              <div class="rowItem index">{{ index + 1 }}</div>
@@ -93,6 +94,8 @@
              </div>
            </div>
          </div>
          </template>
          <div class="empty" v-else>暂无数据</div>
        </div>
      </div>
@@ -346,6 +349,15 @@
  .clusterList {
    max-height: 507px;
    overflow-y: overlay;
    .empty {
      height: 60px;
      background-color: rgb(233, 235, 238);
      line-height: 60px;
      color: #909399;
      font-size: 14px;
      text-align: center;
    }
  }
  .tableList {
@@ -557,7 +569,7 @@
    .btns {
      margin-top: 40px;
      display: flex;
      justify-content: end;
      justify-content: flex-end;
      text-align: center;
      line-height: 32px;
      font-size: 14px;