vue2-client 1.8.98 → 1.8.99

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.8.98",
3
+ "version": "1.8.99",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -88,7 +88,7 @@ export default {
88
88
  // 图标样式
89
89
  iconStyle: {
90
90
  position: 'relative',
91
- bottom: '2px'
91
+ top: '1px'
92
92
  },
93
93
  // 表单项集合
94
94
  formItems: [],
@@ -84,7 +84,7 @@ export default {
84
84
  // 图标样式
85
85
  iconStyle: {
86
86
  position: 'relative',
87
- bottom: '2px'
87
+ top: '1px'
88
88
  },
89
89
  loadError: false,
90
90
  // 实际查询配置内容
@@ -184,7 +184,7 @@ export default {
184
184
  // 图标样式
185
185
  iconStyle: {
186
186
  position: 'relative',
187
- bottom: '2px'
187
+ top: '1px'
188
188
  },
189
189
  // 当前环境
190
190
  env: 'prod'
@@ -94,7 +94,7 @@ export default {
94
94
  // 图标样式
95
95
  iconStyle: {
96
96
  position: 'relative',
97
- bottom: '2px'
97
+ top: '1px'
98
98
  },
99
99
  // 是否显示生成查询配置抽屉
100
100
  createQueryVisible: false,
@@ -48,7 +48,7 @@ export default {
48
48
  // 图标样式
49
49
  iconStyle: {
50
50
  position: 'relative',
51
- bottom: '2px'
51
+ top: '1px'
52
52
  },
53
53
  allKey: [],
54
54
  indeterminate: true,