NEZ-2803 fix:ping、trace表格超出内容区域

This commit is contained in:
zyh
2023-04-23 14:24:42 +08:00
parent b283e40220
commit deec3e350a
4 changed files with 10 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
<el-table
id="pingTable"
ref="dataTable"
:height="'calc(100% - 10px)'"
:height="'calc(100% - 80px)'"
:row-key="rowKey"
:data="tableData"
border

View File

@@ -2,7 +2,7 @@
<el-table
id="traceTable"
ref="dataTable"
:height="'calc(100% - 10px)'"
:height="'calc(100% - 80px)'"
:data="tableData"
:row-key="rowKey"
border