@byteluck-fe/model-driven-controls 7.0.0-props.87 → 7.0.0-props.88

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.
@@ -213,8 +213,8 @@ _define_property(TagControl, "setting", [
213
213
  key: 'common-select',
214
214
  visible: true,
215
215
  name: 'color',
216
- label: 'default',
217
- default: 'left',
216
+ label: '默认',
217
+ default: 'default',
218
218
  options: [
219
219
  {
220
220
  value: 'default',
@@ -131,7 +131,7 @@ var TagProperty = /*#__PURE__*/ function(BaseControlProperty) {
131
131
  _this.defaultValue = (_ref2 = props === null || props === void 0 ? void 0 : props.defaultValue) !== null && _ref2 !== void 0 ? _ref2 : [];
132
132
  _this.size = (_ref3 = props === null || props === void 0 ? void 0 : props.size) !== null && _ref3 !== void 0 ? _ref3 : 'middle';
133
133
  _this.align = (_ref4 = props === null || props === void 0 ? void 0 : props.align) !== null && _ref4 !== void 0 ? _ref4 : 'left';
134
- _this.color = (_ref5 = props === null || props === void 0 ? void 0 : props.color) !== null && _ref5 !== void 0 ? _ref5 : '#1677ff';
134
+ _this.color = (_ref5 = props === null || props === void 0 ? void 0 : props.color) !== null && _ref5 !== void 0 ? _ref5 : 'default';
135
135
  _this.optionConfig = (_ref6 = props === null || props === void 0 ? void 0 : props.optionConfig) !== null && _ref6 !== void 0 ? _ref6 : 'custom';
136
136
  _this.datasourceBind = new DataSourceBind(props === null || props === void 0 ? void 0 : props.datasourceBind);
137
137
  _this.openMultistageFilling = (_ref7 = props === null || props === void 0 ? void 0 : props.openMultistageFilling) !== null && _ref7 !== void 0 ? _ref7 : false;