tianheng-ui 0.0.71 → 0.0.72

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tianheng-ui",
3
3
  "description": "A Vue.js project",
4
- "version": "0.0.71",
4
+ "version": "0.0.72",
5
5
  "author": "shu lang <403732931@qq.com>",
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -112,7 +112,7 @@
112
112
  </div>
113
113
  <slot name="action"> </slot>
114
114
  <el-popover
115
- placement="top"
115
+ placement="bottom"
116
116
  trigger="hover"
117
117
  style="margin:0 10px;"
118
118
  >
@@ -230,6 +230,7 @@
230
230
  <th-dialog
231
231
  title="导入JSON"
232
232
  :visible="dialog.import.visible"
233
+ :modal-append-to-body="false"
233
234
  @on-close="dialog.import.visible = false"
234
235
  @on-affirm="handleUploadJson"
235
236
  @on-fullscreen="$refs.valueCodeEditor.resize()"
@@ -247,7 +248,8 @@
247
248
  <!-- 预览 -->
248
249
  <th-dialog
249
250
  title="预览"
250
- :visible="dialog.preview.visible"
251
+ v-model="dialog.preview.visible"
252
+ :modal-append-to-body="false"
251
253
  @on-close="dialog.preview.visible = false"
252
254
  >
253
255
  <generate-form
@@ -278,6 +280,7 @@
278
280
  <th-dialog
279
281
  title="获取数据"
280
282
  :visible="dialog.data.visible"
283
+ :modal-append-to-body="false"
281
284
  @on-close="dialog.data.visible = false"
282
285
  @on-fullscreen="$refs.dataCodeEditor.resize()"
283
286
  >
@@ -300,6 +303,7 @@
300
303
  <th-dialog
301
304
  title="生成JSON"
302
305
  :visible="dialog.config.visible"
306
+ :modal-append-to-body="false"
303
307
  @on-close="dialog.config.visible = false"
304
308
  @on-fullscreen="$refs.jsonCodeEditor.resize()"
305
309
  >
@@ -324,6 +328,7 @@
324
328
  title="生成代码"
325
329
  :visible="dialog.code.visible"
326
330
  :showFooter="false"
331
+ :modal-append-to-body="false"
327
332
  @on-close="dialog.code.visible = false"
328
333
  @on-fullscreen="handleDialogFullscreen"
329
334
  >