@kmkf-fe-packages/services-components 0.6.3-alpha.48 → 0.6.3-alpha.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.
@@ -111,7 +111,7 @@ var PaymentTid = /*#__PURE__*/_createClass(function PaymentTid(options) {
111
111
  this.componentConfig = options.componentConfig;
112
112
  this.rules = [];
113
113
  this.align = "left";
114
- this.width = 200;
114
+ this.width = 350;
115
115
  this.originId = options.id;
116
116
  this.isCombinationComponent = false;
117
117
  this.children = [];
@@ -75,7 +75,7 @@ var InterceptStatus = /*#__PURE__*/_createClass(function InterceptStatus(options
75
75
  this.componentConfig = options.componentConfig;
76
76
  this.rules = [];
77
77
  this.align = "left";
78
- this.width = 200;
78
+ this.width = 180;
79
79
  this.isCombinationComponent = false;
80
80
  this.children = [];
81
81
  this.effects = options === null || options === void 0 ? void 0 : options.effects;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/services-components",
3
- "version": "0.6.3-alpha.48",
3
+ "version": "0.6.3-alpha.49",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -40,5 +40,5 @@
40
40
  "gitHooks": {
41
41
  "pre-commit": "lint-staged"
42
42
  },
43
- "gitHead": "3bd8082778ee9bfc2ab3c65e7d59bf540babfb9d"
43
+ "gitHead": "5449a45321cf458116938bd199ec49ae918ab033"
44
44
  }