|
@@ -52,6 +52,7 @@ export default defineComponent({
|
|
const { height } = useRect((this as any).$refs.div)
|
|
const { height } = useRect((this as any).$refs.div)
|
|
this.sectionStyle.height = `${height}px`
|
|
this.sectionStyle.height = `${height}px`
|
|
this.$emit('getHeight', height)
|
|
this.$emit('getHeight', height)
|
|
|
|
+ console.log(height, 'osticky height')
|
|
}, 200)
|
|
}, 200)
|
|
})
|
|
})
|
|
},
|
|
},
|