Fix:3118 【商城小程序】新手引导框选范围需要调整

This commit is contained in:
modendeveloper
2025-01-22 01:18:41 +08:00
parent 626e747049
commit 2a3ca96fa0
+2 -2
View File
@@ -283,10 +283,10 @@ export default {
tipsPosition: '420rpx', tipsPosition: '420rpx',
btnGroupPosition: '', btnGroupPosition: '',
position: { position: {
top: (res.top - res.height + 41)*2 + 'rpx', bottom: 0,
left: res.left + 'px', left: res.left + 'px',
width: `${res.width}px`, width: `${res.width}px`,
height: `${(res.height+41)}px`, height: `${(res.height) + 41}px`,
} }
}) })
}) })