zhanghua
2022-12-14 69bbb6561e224ad43a108adf04e2fb3104107fe1
src/views/intelligentPatrol/illegalSearch/index.vue
@@ -33,8 +33,8 @@
        </div>
        <!-- 数据展示 -->
        <el-table ref="multipleTable"
          :header-cell-style="{ background: '#06122c', 'font-size': '12px', color: '#4b9bb7', 'font-weight': '650', 'line-height': '45px' }"
          :data="tableData" style="width: 100%" :row-class-name="tableRowClassName">
                  :header-cell-style="{ background: '#06122c', 'font-size': '12px', color: '#4b9bb7', 'font-weight': '650', 'line-height': '45px' }"
                  :data="tableData" style="width: 100%" :row-class-name="tableRowClassName">
          <el-table-column type="selection" min-width="5">
          </el-table-column>
          <el-table-column prop="code" label="事件编号" min-width="10">
@@ -346,4 +346,4 @@
            border: none;
            background-color: #09152f;
          }}}}}}
</style>
</style>