实现Element UI el-table组件的数据滚动展示
<template>
<div class='' style='height: 260px;width:800px' @mouseout='mouseout' @mouseover='mouseover'>
<el-table :data='tableData' :height='240' style='width: 100%'>
<el-table-column prop="date" label="日期" width="180" />
<el-table-column prop="name