Authored by 鲁尚清

937 【资源管理】端口侦测页面需要优化-表格高度调整 #2

... ... @@ -34,11 +34,11 @@
<el-button @click="deleteOther()" style="margin-left: 10px" type="primary">删除</el-button>
</div>
</el-row>
<el-row class="margin-bottom-50">
<el-row class="margin-bottom-50" style="padding:0 10px;">
<el-col :span="24" class="table-height">
<cm-table-page :columns="columns"
:dataList="portSenseData"
:height="(height - 150)"
:height="(height - 190)"
:loading="loading"
:pageSize="pageSize"
:showBorder="true"
... ...