Browse Source

表格修改

xiaoming_global 5 years ago
parent
commit
3656ce1eac
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/pages/monitoring/index.vue

+ 2 - 0
src/pages/monitoring/index.vue View File

@@ -168,6 +168,7 @@
168 168
           />
169 169
         </div>
170 170
       </van-list>-->
171
+       <div class="monitoringTable">
171 172
       <el-table :data="tableData" border style="width: 100%" class="newTable">
172 173
         <el-table-column fixed prop="date" label="机号" width="100" align="center">
173 174
             <template slot-scope="scope">
@@ -247,6 +248,7 @@
247 248
             </template>
248 249
         </el-table-column>
249 250
       </el-table>
251
+       </div>
250 252
     </div>
251 253
     <side-bar :active_index="1"></side-bar>
252 254
     <mt-datetime-picker