src/views/home/components/suifangjilu/index.vue
@@ -3,7 +3,8 @@ <el-row> <el-col :xs="24" :sm="24" :md="24" :lg="24" :xl="24"> <div class="tableDiv"> <table> <el-scrollbar :height="(tableHeight-130)+'px'"> <table v-if="tableHeight > 0" > <tr> <th colspan="7" style="text-align: left">营养服务管理记录</th> </tr> @@ -545,6 +546,7 @@ </tr> </table> </el-scrollbar> </div> </el-col>