Authored by 鲁尚清

故障联调 基础环境多条数据时增加滚动条

... ... @@ -33,7 +33,7 @@
</el-col>
</el-row>
<el-row class="margin-bottom-50">
<el-col :span="24">
<el-col :span="24" class="overflow-scroll-y">
<cm-table-page :columns="columns" :dataList="tableDataList" @loaddata="loadTableDataList"
:showIndex="true" :total="count"
:showBorder="true" :loading="false" :pageSize="pageSize"
... ...