@otwb/ui 2.0.3 → 2.0.4
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.
- package/dist/index.js +4 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -851,7 +851,10 @@ var AppTab = /* @__PURE__ */ defineComponent({
|
|
|
851
851
|
ref: W,
|
|
852
852
|
style: ["display: flex; align-items: center; width: fit-content", J.value],
|
|
853
853
|
class: d.isCurrent ? "bg-[#f0f2f5]" : ""
|
|
854
|
-
}, [createVNode("span", {
|
|
854
|
+
}, [createVNode("span", {
|
|
855
|
+
class: "whitespace-nowrap",
|
|
856
|
+
style: q.value
|
|
857
|
+
}, [B.default?.()]), createVNode("span", { style: "line-height: 0; display: inline-block; text-align: right; padding-top: 2px" }, [createVNode(NButton, {
|
|
855
858
|
text: !0,
|
|
856
859
|
onClick: (d) => {
|
|
857
860
|
d.stopPropagation(), z("close");
|