派生自 wuyushui/SewerAndRainNetwork

chenzeping
2021-04-09 699e324c99cae1cac49dc5f92681c9ec587c73d3
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>