|
@@ -126,7 +126,7 @@ const handleMouseOver = (val, index) => {
|
|
|
const div = document.getElementsByClassName('leftCardItem')[index]
|
|
|
const rect = div.getBoundingClientRect()
|
|
|
const containerRect = container[0].getBoundingClientRect()
|
|
|
- itemLeft.value = rect.right - containerRect.x + 20
|
|
|
+ itemLeft.value = rect.right - containerRect.x
|
|
|
|
|
|
rightObj.show = true
|
|
|
}
|