guoxiaohuan 5 年 前
コミット
cc83e97513
1 ファイル変更1 行追加1 行削除
  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