xrk-components 2.0.0-beta.41 → 2.0.0-beta.43

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/lib/index.css CHANGED
@@ -20190,6 +20190,7 @@
20190
20190
  }
20191
20191
  .base-layout-body > .content[data-v-b5383626] {
20192
20192
  border-radius: 4px;
20193
+ overflow: auto;
20193
20194
  background-color: var(--base-layout-body-bg, #fff);
20194
20195
  }
20195
20196
  .base-layout-body .body-top[data-v-b5383626] {
@@ -20207,6 +20208,7 @@
20207
20208
  .base-layout-menu .main-menu[data-v-1bea9a2a] {
20208
20209
  width: 100%;
20209
20210
  height: 100%;
20211
+ overflow: auto;
20210
20212
  }
20211
20213
  .base-layout-menu .main-menu[data-v-1bea9a2a] .xrk-collapse-item__content {
20212
20214
  padding-bottom: 0;
package/lib/index.esm.js CHANGED
@@ -72328,6 +72328,7 @@ var script$r = /*#__PURE__*/ defineComponent(__assign(__assign({}, __default__$p
72328
72328
  : props.modelValue;
72329
72329
  });
72330
72330
  var divRef = ref(null);
72331
+ var root = document.body;
72331
72332
  var ctx = getCurrentInstance();
72332
72333
  var textIsOverFlow = ref(false);
72333
72334
  var mouseFocus = ref(false);
@@ -72493,7 +72494,7 @@ var script$r = /*#__PURE__*/ defineComponent(__assign(__assign({}, __default__$p
72493
72494
  transition: "none",
72494
72495
  trigger: "hover",
72495
72496
  content: unref(_value),
72496
- "append-to": divRef.value
72497
+ "append-to": unref(root)
72497
72498
  }, {
72498
72499
  default: withCtx(function () { return [
72499
72500
  createVNode(unref(ElInput), {
package/lib/index.umd.js CHANGED
@@ -72331,6 +72331,7 @@ usage: app.provide(ZINDEX_INJECTION_KEY, { current: 0 })`);
72331
72331
  : props.modelValue;
72332
72332
  });
72333
72333
  var divRef = vue.ref(null);
72334
+ var root = document.body;
72334
72335
  var ctx = vue.getCurrentInstance();
72335
72336
  var textIsOverFlow = vue.ref(false);
72336
72337
  var mouseFocus = vue.ref(false);
@@ -72496,7 +72497,7 @@ usage: app.provide(ZINDEX_INJECTION_KEY, { current: 0 })`);
72496
72497
  transition: "none",
72497
72498
  trigger: "hover",
72498
72499
  content: vue.unref(_value),
72499
- "append-to": divRef.value
72500
+ "append-to": vue.unref(root)
72500
72501
  }, {
72501
72502
  default: vue.withCtx(function () { return [
72502
72503
  vue.createVNode(vue.unref(ElInput), {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xrk-components",
3
- "version": "2.0.0-beta.41",
3
+ "version": "2.0.0-beta.43",
4
4
  "description": "",
5
5
  "main": "lib/index.esm.js",
6
6
  "typings": "lib/packages/index.d.ts",