guoxiaohuan 5 gadi atpakaļ
vecāks
revīzija
cc83e97513
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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