Skip to content

Commit

Permalink
perf: 表单设计器dialog,表格设计器新增 append to body
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Dec 20, 2020
1 parent 98de7c3 commit bc89e44
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "element-pro-crud",
"version": "0.6.3",
"version": "0.6.3-1",
"main": "lib/ProCrud.umd.min.js",
"files": [
"lib",
Expand Down
1 change: 1 addition & 0 deletions packages/form-designer/src/FormDesignerDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
class="dialog"
:visible.sync="visible"
fullscreen
append-to-body
>
<el-container style="height:100%">
<!-- 左侧边栏 -->
Expand Down
3 changes: 2 additions & 1 deletion packages/table-designer/src/TableDesignerDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
top="10vh"
class="dialog"
:visible.sync="visible"
width="95%">
width="95%"
append-to-body>
<!-- 对话框内动态表单 -->
<GenerateForm ref="generateDialogForm"
:value="formValues"
Expand Down

0 comments on commit bc89e44

Please sign in to comment.