xiaoming_global hace 5 años
padre
commit
3656ce1eac
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/pages/monitoring/index.vue

+ 2 - 0
src/pages/monitoring/index.vue Ver fichero

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