guoxiaohuan hace 5 años
padre
commit
cc83e97513
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/todayStrategy.vue

+ 1 - 1
src/components/todayStrategy.vue

@@ -1,6 +1,6 @@
 <template>
     <div class='remarks'>
-        <el-table :data='data' border style='width: 100%;height:400px;'>
+        <el-table :data='data' border style='width: 100%;' height='400'>
             <el-table-column type='index' width='50' label='序号'></el-table-column>
             <el-table-column prop='pushTime' label='策略推送时间' width='105'>
                 <template