Authored by xwx

Merge branch 'master' of http://113.200.75.45:82/monitor_v3/hg-monitor-web into master-v32-xwx

@@ -430,7 +430,7 @@ @@ -430,7 +430,7 @@
430 } 430 }
431 .overflow-scroll-y{ 431 .overflow-scroll-y{
432 max-height: 500px; 432 max-height: 500px;
433 - overflow-y: scroll; 433 + overflow-y: auto;
434 } 434 }
435 .icon-step{ 435 .icon-step{
436 width:30px; 436 width:30px;
@@ -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"