烟花爆竹批发企业仓库安全风险监测前端
zhouwx
2025-04-16 489ba60990eeb2b11ff2522678630d8bc3764e71
src/views/firework/humiture/index.vue
@@ -16,10 +16,9 @@
          @pagination="getListAll"
      />
    </div>
    <!--    卡片部分-->
    <div style=" border: 1px solid #ebeef5;border-radius: 15px;margin-top: 20px">
<!--      <span style="font-size: 18px;font-weight: 600;margin-left: 15px;margin-top: 10px"> 设备信息</span>-->
    <el-scrollbar max-height="420px" style="padding-right: 10px;overflow-x: hidden;" v-if="state.dataList && state.dataList.length >0">
<!--      <el-row :gutter="20" style="margin-top: 5px;margin-left: 5px">-->
<!--        <el-col v-for="(item,index) in state.dataList" :key="index" :span="8">-->
      <div class="grid-container">
        <div v-for="(item,index) in state.dataList" :key="index" style="width: 365px;margin: 20px 30px">
          <el-card class="card-item " shadow="always">
@@ -42,11 +41,12 @@
          </el-card>
        </div>
      </div>
<!--        </el-col>-->
<!--      </el-row>-->
    </el-scrollbar>
    <el-empty v-else description="暂无设备数据" ></el-empty>
    </div>
    <!--    卡片部分-->
    <d-dialog ref="dialogRef" @getList="getListAll"></d-dialog>
  </div>
</template>
@@ -130,8 +130,9 @@
    grid-template-columns: repeat(auto-fill, minmax(385px, 1fr));
    gap: 0px;
    justify-content: start;
    padding: 15px;
    background: #f7f7f7;
    //padding: 15px;
    //background: #f7f7f7;
  }
  .title-font{
    display:flex;