修改对话框 append-to-body 属性
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
<el-dialog :append-to-body="true" :visible.sync="dialog" title="异常详情" top="0" width="85%">
|
||||
<el-dialog :visible.sync="dialog" title="异常详情" append-to-body top="0" width="85%">
|
||||
<span>
|
||||
{{ errorInfo }}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user