@cmstops/pro-compo 0.1.1 → 0.1.2
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.
|
@@ -116,6 +116,7 @@ const _sfc_main = defineComponent({
|
|
|
116
116
|
return openBlock(), createElementBlock("div", null, [
|
|
117
117
|
createVNode(unref(Popover), {
|
|
118
118
|
trigger: "hover",
|
|
119
|
+
position: "bottom",
|
|
119
120
|
"arrow-style": { display: "none" },
|
|
120
121
|
"content-style": { padding: 0, minWidth: "400px" }
|
|
121
122
|
}, {
|
|
@@ -117,6 +117,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
117
117
|
return vue.openBlock(), vue.createElementBlock("div", null, [
|
|
118
118
|
vue.createVNode(vue.unref(webVue.Popover), {
|
|
119
119
|
trigger: "hover",
|
|
120
|
+
position: "bottom",
|
|
120
121
|
"arrow-style": { display: "none" },
|
|
121
122
|
"content-style": { padding: 0, minWidth: "400px" }
|
|
122
123
|
}, {
|