Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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" |
-
Please register or login to post a comment