sh-view 2.4.3 → 2.4.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sh-view",
3
- "version": "2.4.3",
3
+ "version": "2.4.4",
4
4
  "description": "基于vxe-table二次封装",
5
5
  "main": "packages/index.js",
6
6
  "scripts": {
@@ -67,7 +67,7 @@ export default defineComponent({
67
67
  if (expand.value && groupItemRef.value && ((mode === 'vertical' && collapsed) || mode === 'horizontal')) {
68
68
  nextTick(() => {
69
69
  const { offsetHeight, offsetWidth, itemRef } = groupItemRef.value
70
- const { left, right, top, bottom } = itemRef.value.getBoundingClientRect()
70
+ const { left, right, top, bottom } = itemRef.getBoundingClientRect()
71
71
  const winWidth = window.innerWidth
72
72
  const winHeight = window.innerHeight
73
73
  if (mode === 'vertical') {