@byteluck-fe/model-driven-core-all 2.2.0 → 2.2.1-beta.2

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.
@@ -144,7 +144,7 @@ export function getHackerControl(comid, type, tipMessage) {
144
144
  }
145
145
  return HackerPropertyClass;
146
146
  }(Property);
147
- var template = '<div style="background:#fff0ef;color:#ff6459;padding:8px 16px;border-radius:4px;"><i class="iconfont iconshibaimian" style="margin-right:4px"></i>'.concat(tipMessage, "</di>");
147
+ var template = '<div style="background:#fff0ef;color:#ff6459;padding:8px 16px;border-radius:4px;"><i class="iconfont iconshibaimian" style="margin-right:4px"></i>'.concat(tipMessage, "</div>");
148
148
  var control = {
149
149
  Runtime: HackerControlClass,
150
150
  Designer: HackerControlClass,