937 【资源管理】端口侦测页面需要优化-表格高度调整 #2
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -34,11 +34,11 @@ | @@ -34,11 +34,11 @@ | ||
34 | <el-button @click="deleteOther()" style="margin-left: 10px" type="primary">删除</el-button> | 34 | <el-button @click="deleteOther()" style="margin-left: 10px" type="primary">删除</el-button> |
35 | </div> | 35 | </div> |
36 | </el-row> | 36 | </el-row> |
37 | - <el-row class="margin-bottom-50"> | 37 | + <el-row class="margin-bottom-50" style="padding:0 10px;"> |
38 | <el-col :span="24" class="table-height"> | 38 | <el-col :span="24" class="table-height"> |
39 | <cm-table-page :columns="columns" | 39 | <cm-table-page :columns="columns" |
40 | :dataList="portSenseData" | 40 | :dataList="portSenseData" |
41 | - :height="(height - 150)" | 41 | + :height="(height - 190)" |
42 | :loading="loading" | 42 | :loading="loading" |
43 | :pageSize="pageSize" | 43 | :pageSize="pageSize" |
44 | :showBorder="true" | 44 | :showBorder="true" |
-
Please register or login to post a comment