Commit 1be9946a by doszhang

dos

parent 94dc83ba
......@@ -170,7 +170,7 @@ function chooseColorMove(e) {
index = 6;
}
$('.personal-page').css('background', colorList[mainColor][index]);
$('.personal-page').css('background', colorList[mainColor][index - 1]);
$('.personal-page .btn-choose-color').css('left', left + 'rem');
startX = moveX;
......
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