hcui-package 1.9.66 → 1.9.67

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.
@@ -78802,14 +78802,14 @@ function oee() {
78802
78802
  })
78803
78803
  ]) : a("div", { class: "description" }, [
78804
78804
  a("div", { class: "description-text" }, i)
78805
- ]) : null : null, g = c === "primary" ? "info" : c, m = c === "success" ? "icon-check arm-check" : "icon-jingshi arm-jingshi";
78805
+ ]) : null : null, g = c === "primary" ? "info" : c, m = c === "success" ? "icon-check arm-check" : "icon-jingshi arm-jingshi";
78806
78806
  window.$dialog[g]({
78807
78807
  showIcon: !1,
78808
78808
  class: u,
78809
78809
  content: () => a("div", { class: "dialog-content" }, [
78810
78810
  // 警告图标
78811
78811
  a("div", { class: "icon-container" }, [
78812
- a("i", { class: "iconfont arm-icon warning-icon" + m })
78812
+ a("i", { class: `iconfont arm-icon warning-icon ${m}` })
78813
78813
  ]),
78814
78814
  // title
78815
78815
  a("div", { class: "title" }, o),