智慧园区前端大屏
shuishen
2024-11-20 554e1252a4ab89a096a24d45d7d4e670485b3414
src/views/space/components/box/dataContent.vue
@@ -180,7 +180,8 @@
<template>
  <div class="w100 h0 flex-1 flex f-d-c">
    <global-search :options="options" @searchBtn="searchBtn" @resetBtn="resetBtn" ref="SeachBarCondition"></global-search>
    <global-search :options="options" @searchBtn="searchBtn" @resetBtn="resetBtn"
      ref="SeachBarCondition"></global-search>
    <div class="h0 flex-1 table-content" ref="TableContent" v-loading="loading"
      element-loading-background="rgba(46, 81, 136, 0.9)">
@@ -220,14 +221,5 @@
.table-content {
  flex-basis: auto;
  height: calc(100% - 40px);
}
.el-page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  line-height: 40px;
}
</style>