修改对话框 append-to-body 属性

This commit is contained in:
zhengjie
2019-03-05 15:46:46 +08:00
parent b97bd47b90
commit aa964b65af
15 changed files with 15 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
<template>
<el-dialog :append-to-body="true" :visible.sync="dialog" :title="isAdd ? '新增菜单' : '编辑菜单'" width="600px">
<el-dialog :visible.sync="dialog" :title="isAdd ? '新增菜单' : '编辑菜单'" append-to-body width="600px">
<el-form ref="form" :model="form" :rules="rules" size="small" label-width="80px">
<el-form-item label="菜单图标">
<el-popover