Repair error log dialog appears incorrectly when Fixed Header is enabled

This commit is contained in:
ansonhorse 2019-04-04 17:25:47 +08:00
parent 0d40222b64
commit 513421bd9d
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
</el-button> </el-button>
</el-badge> </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 :data="errorLogs" border>
<el-table-column label="Message"> <el-table-column label="Message">
<template slot-scope="{row}"> <template slot-scope="{row}">