Commit b06c156d by doszhang

dos

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