Fix:3118 【商城小程序】新手引导框选范围需要调整
This commit is contained in:
@@ -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`,
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user