Commit 63130dbf by doszhang

dos

parent 1c41c096
......@@ -775,6 +775,8 @@ function initDecorate() {
let img = $('<img src="' + picUrl + 'decorate' + arr[i] + '.png" class="decorateImg" />');
img.appendTo($('.personal-page .decorate-content'));
}
let left = pxToRem(81.25) - pxToRem(8.125);
$('.decorate-content').scrollLeft(left);
}
function showBgcolor() {
......
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