Commit 2c3de32e by doszhang

dos

parent 6fdeb9ce
...@@ -172,6 +172,9 @@ function showItem() { ...@@ -172,6 +172,9 @@ function showItem() {
$('.toast2').show(); $('.toast2').show();
showItemStatus = true showItemStatus = true
} }
if (scrollLeft > 0) {
$('.maruko').css('left', `${scrollLeft + 180}px`)
}
}, 10) }, 10)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment