jsbox-cview 1.5.7 → 1.5.8

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.
@@ -139,7 +139,7 @@ export class DynamicItemSizeMatrix extends Base<UIView, UiTypes.ViewOptions> {
139
139
  return {
140
140
  type: "view",
141
141
  props: {
142
- bgcolor: this._props.bgcolor,
142
+ bgcolor: $color("clear"),
143
143
  id: this.id
144
144
  },
145
145
  layout,
@@ -93,7 +93,7 @@ class DynamicItemSizeMatrix extends base_1.Base {
93
93
  return {
94
94
  type: "view",
95
95
  props: {
96
- bgcolor: this._props.bgcolor,
96
+ bgcolor: $color("clear"),
97
97
  id: this.id
98
98
  },
99
99
  layout,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jsbox-cview",
3
- "version": "1.5.7",
3
+ "version": "1.5.8",
4
4
  "description": "为 JSBox 设计的微型框架",
5
5
  "repository": {
6
6
  "type": "git",