Authored by 鲁尚清

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

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