NEZ-2803 fix:ping、trace表格超出内容区域
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<el-table
|
||||
id="pingTable"
|
||||
ref="dataTable"
|
||||
:height="'calc(100% - 10px)'"
|
||||
:height="'calc(100% - 80px)'"
|
||||
:row-key="rowKey"
|
||||
:data="tableData"
|
||||
border
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<el-table
|
||||
id="traceTable"
|
||||
ref="dataTable"
|
||||
:height="'calc(100% - 10px)'"
|
||||
:height="'calc(100% - 80px)'"
|
||||
:data="tableData"
|
||||
:row-key="rowKey"
|
||||
border
|
||||
|
||||
Reference in New Issue
Block a user