Repair error log dialog appears incorrectly when Fixed Header is enabled
This commit is contained in:
parent
0d40222b64
commit
513421bd9d
|
@ -6,7 +6,7 @@
|
|||
</el-button>
|
||||
</el-badge>
|
||||
|
||||
<el-dialog :visible.sync="dialogTableVisible" title="Error Log" width="80%">
|
||||
<el-dialog :visible.sync="dialogTableVisible" title="Error Log" width="80%" :append-to-body="true">
|
||||
<el-table :data="errorLogs" border>
|
||||
<el-table-column label="Message">
|
||||
<template slot-scope="{row}">
|
||||
|
|
Loading…
Reference in New Issue