vue2-client 1.8.99 → 1.8.100

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.99",
3
+ "version": "1.8.100",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -85,11 +85,6 @@ export default {
85
85
  form: undefined,
86
86
  // 校验
87
87
  rules: {},
88
- // 图标样式
89
- iconStyle: {
90
- position: 'relative',
91
- top: '1px'
92
- },
93
88
  // 表单项集合
94
89
  formItems: [],
95
90
  // 是否显示
@@ -81,11 +81,6 @@ export default {
81
81
  return {
82
82
  // 加载状态
83
83
  loading: false,
84
- // 图标样式
85
- iconStyle: {
86
- position: 'relative',
87
- top: '1px'
88
- },
89
84
  loadError: false,
90
85
  // 实际查询配置内容
91
86
  realQueryConfig: {}
@@ -181,11 +181,6 @@ export default {
181
181
  editLoading: false,
182
182
  // 按钮状态
183
183
  buttonState: {},
184
- // 图标样式
185
- iconStyle: {
186
- position: 'relative',
187
- top: '1px'
188
- },
189
184
  // 当前环境
190
185
  env: 'prod'
191
186
  }
@@ -91,11 +91,6 @@ export default {
91
91
  screenWidth: document.documentElement.clientWidth,
92
92
  // Tab页签
93
93
  tabActiveKey: '1',
94
- // 图标样式
95
- iconStyle: {
96
- position: 'relative',
97
- top: '1px'
98
- },
99
94
  // 是否显示生成查询配置抽屉
100
95
  createQueryVisible: false,
101
96
  // 设备类型详情
@@ -45,11 +45,6 @@ export default {
45
45
  },
46
46
  data () {
47
47
  return {
48
- // 图标样式
49
- iconStyle: {
50
- position: 'relative',
51
- top: '1px'
52
- },
53
48
  allKey: [],
54
49
  indeterminate: true,
55
50
  checkAll: false,