派生自 wuyushui/SewerAndRainNetwork

zhangshuaibao
2021-04-12 fb3ed04d97a50b48717be11f37af41da08fd6062
src/components/BaseNav/PublicBounced/GasComponents/PublicDetailedList.vue
@@ -1,6 +1,6 @@
<template>
  <div class="PublicDetailedList">
    <el-table :data="tableData" max-height="600px" border>
    <el-table :data="tableData" max-height="600px" border  >
          <el-table-column prop="MonTimeStr" label="监测时间"></el-table-column>
          <el-table-column  label="氮氧化物">
              <el-table-column prop="MonQty"  width="70">
@@ -77,5 +77,7 @@
<style scoped>
.PublicDetailedList{
  /*height: 100%*/
  .gutter{display: none !important;width: 0 !important}
}
</style>