提交 7da52f11 编写于 作者: Cano1997's avatar Cano1997

update: 更新插件

上级 bb5f4a0a
...@@ -41262,9 +41262,10 @@ const N0 = Nt({ ...@@ -41262,9 +41262,10 @@ const N0 = Nt({
} }
}, [ie("div", { }, [ie("div", {
class: this.ns.e("caption") class: this.ns.e("caption")
}, [ie("i-tooltip", { }, [g !== "休息" ? ie("i-tooltip", {
attrs: { attrs: {
transfer: !0 transfer: !0,
placement: "top"
}, },
scopedSlots: { scopedSlots: {
content: () => ie("div", { content: () => ie("div", {
...@@ -41275,7 +41276,7 @@ const N0 = Nt({ ...@@ -41275,7 +41276,7 @@ const N0 = Nt({
class: this.ns.e("tooltip-content") class: this.ns.e("tooltip-content")
}, [this.curTips])]) }, [this.curTips])])
} }
}, [g.replace(/\(.*\)/g, "")])]), ie("i-dropdownMenu", { }, [g.replace(/\(.*\)/g, "")]) : g.replace(/\(.*\)/g, "")]), ie("i-dropdownMenu", {
slot: "list" slot: "list"
}, [this.items.map((p) => ie("i-dropdown-item", { }, [this.items.map((p) => ie("i-dropdown-item", {
class: [this.ns.e("item")], class: [this.ns.e("item")],
...@@ -41284,9 +41285,10 @@ const N0 = Nt({ ...@@ -41284,9 +41285,10 @@ const N0 = Nt({
name: p.value, name: p.value,
disabled: p.title === (this.selectValue || this.curValue) disabled: p.title === (this.selectValue || this.curValue)
} }
}, [ie("i-tooltip", { }, [p.title !== "休息" ? ie("i-tooltip", {
attrs: { attrs: {
transfer: !0 transfer: !0,
placement: "top"
}, },
scopedSlots: { scopedSlots: {
content: () => ie("div", { content: () => ie("div", {
...@@ -41297,7 +41299,7 @@ const N0 = Nt({ ...@@ -41297,7 +41299,7 @@ const N0 = Nt({
class: this.ns.e("tooltip-content") class: this.ns.e("tooltip-content")
}, [p.tips])]) }, [p.tips])])
} }
}, [p.title])]))])]); }, [p.title]) : p.title]))])]);
} }
}); });
class F0 { class F0 {
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册