vue2-client 1.9.48 → 1.9.49

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,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-client",
3
- "version": "1.9.48",
3
+ "version": "1.9.49",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -799,7 +799,8 @@ export default {
799
799
  extraHeight = innerHeight - modalRect.bottom + 32 + 48
800
800
  }
801
801
  }
802
- if (innerHeight - (tHeaderBottom + extraHeight) < 0) {
802
+ console.log('====innerHeight - (tHeaderBottom + extraHeight)', innerHeight - (tHeaderBottom + extraHeight))
803
+ if (innerHeight - (tHeaderBottom + extraHeight) < 210) {
803
804
  this.scrollYHeight = 'calc(100vh - 31rem)'
804
805
  return
805
806
  }
@@ -83,9 +83,9 @@ routerResource.example = {
83
83
  {
84
84
  path: 'default',
85
85
  name: '示例页面',
86
- component: () => import('@vue2-client/base-client/components/common/XAddNativeForm/demo.vue'),
86
+ // component: () => import('@vue2-client/base-client/components/common/XAddNativeForm/demo.vue'),
87
87
  // component: () => import('@vue2-client/base-client/components/common/XReport/XReportDemo.vue'),
88
- // component: () => import('@vue2-client/base-client/components/common/XFormTable/demo.vue'),
88
+ component: () => import('@vue2-client/base-client/components/common/XFormTable/demo.vue'),
89
89
  // component: () => import('@vue2-client/base-client/components/common/XTab/XTabDemo.vue'),
90
90
  // component: () => import('@vue2-client/base-client/components/common/XReportGrid/XReportDemo.vue'),
91
91
  // component: () => import('@vue2-client/pages/WorkflowDetail/WorkFlowDemo.vue'),