handleScrollx() { (document.querySelector('.el-drawer__wrapper') as any).style.top = 176 - window.pageYOffset + 'px'; mounted() { window.addEventListener('scroll', this.handleScrollx, true); beforeDestroy() { window.removeEventListener('scroll', this.handleScrollx, true); 效果如下: handleScrollx() { (document.querySelector('.el-drawer__wrapper') as any).style.top = 176 - window.pageYOffset + 'px'; } mounted() { window.addEventListener('scroll', this.handleScrollx, true); } beforeDestroy()... //监听window 对象滚动到底部要出发的事件 const windowScroll = (func) => { window.onscroll = function() { var scrollTop = document.documentElement.scrollTop || document.body.scrollTop; initiallize(){ AppCommon.Messenger.on('cellselected', (cell) => { this.viewerControl_CellSelected(cell) }); 回调函数: protected viewerControl_CellSelected(cell: MedViewerControlCell) { albumentations.HorizontalFlip、Rotate、RandomBrightnessContrast、ShiftScaleRotate、ToTensorV2等增强方法测试 2301_81539054: 你好这个可以通过处理,将小部分已经标注好的图片,进行处理,最终得到一批新图片和这些图片的标注吗? albumentations.HorizontalFlip、Rotate、RandomBrightnessContrast、ShiftScaleRotate、ToTensorV2等增强方法测试 2301_81539054: 你好,这个可以批量处理图片吗 python 经纬度和平面坐标相互转换利用米勒坐标系 笨菜鸟一个: 单个坐标转换没有问题 但是转换后的平面坐标计算坐标距离时为什么 距离不对❌
效果如下: