@witlink/usercenter 1.2.95 → 1.2.96

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.
@@ -40179,7 +40179,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
40179
40179
  ]),
40180
40180
  default: withCtx(() => [
40181
40181
  createElementVNode("a", _hoisted_7$3, [
40182
- createTextVNode(toDisplayString(_ctx.$t("common.btn_more")) + " ", 1),
40182
+ createTextVNode(toDisplayString(_ctx.$t("uc_organ.btn_more")) + " ", 1),
40183
40183
  createVNode(unref(DownOutlined))
40184
40184
  ])
40185
40185
  ]),
@@ -40283,7 +40283,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
40283
40283
  overlay: withCtx(() => [..._cache[1] || (_cache[1] = [])]),
40284
40284
  default: withCtx(() => [
40285
40285
  createElementVNode("a", _hoisted_8$3, [
40286
- createTextVNode(toDisplayString(_ctx.$t("common.btn_more")) + " ", 1),
40286
+ createTextVNode(toDisplayString(_ctx.$t("uc_organ.btn_more")) + " ", 1),
40287
40287
  createVNode(unref(DownOutlined))
40288
40288
  ])
40289
40289
  ]),
@@ -41464,7 +41464,11 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
41464
41464
  class: normalizeClass(["category-item", { active: item.id === activeCategoryId.value }]),
41465
41465
  key: item.id,
41466
41466
  onClick: ($event) => handleCategoryClick(item)
41467
- }, toDisplayString(item.name), 11, _hoisted_17$2);
41467
+ }, [
41468
+ createVNode(TextEllipsis, {
41469
+ text: item.name
41470
+ }, null, 8, ["text"])
41471
+ ], 10, _hoisted_17$2);
41468
41472
  }), 128))
41469
41473
  ])
41470
41474
  ]),