front-ui-admin 1.1.13 → 1.1.15

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.
@@ -14216,7 +14216,7 @@ input.install = function (Vue) {
14216
14216
  "click": this.handleClick
14217
14217
  }
14218
14218
  }, [this.$slots.default, this.closable && h("i", {
14219
- "class": "p-tag__close el-icon-close",
14219
+ "class": "p-tag__close p-icon-close",
14220
14220
  "on": {
14221
14221
  "click": this.handleClose
14222
14222
  }