@byteluck-fe/model-driven-controls 7.0.0-props.110 → 7.0.0-props.112

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.
@@ -109,7 +109,7 @@ var IframeControl = /*#__PURE__*/ function(DesignerControl) {
109
109
  {
110
110
  key: "controlIcon",
111
111
  get: function get() {
112
- return 'iconwangye';
112
+ return 'iconiframe';
113
113
  }
114
114
  },
115
115
  {
@@ -195,6 +195,7 @@ _define_property(TagControl, "setting", [
195
195
  name: 'align',
196
196
  label: '标签位置',
197
197
  default: 'left',
198
+ tip: '标签位置仅在只读状态下生效',
198
199
  options: [
199
200
  {
200
201
  value: 'left',