123
展杰
2024-06-04 dc6f2048ce40cdb1aa0ad6200ad67d3af116c575
components/w-select/w-select.vue
@@ -214,7 +214,6 @@
            .in(this)
            .select('#wSelect')
            .boundingClientRect(data => {
               console.log(data.top)
               this.distanceTop = data.top // 当前元素距离顶部的距离
               this.curHeight = data.height
            })