Skip to content
Snippets Groups Projects
Commit 2068407b authored by syuilo's avatar syuilo
Browse files

Update app.vue

parent 10a7369f
No related branches found
No related tags found
No related merge requests found
......@@ -278,7 +278,7 @@ export default Vue.extend({
const lastChild = this.$refs.widgets.children[this.$refs.widgets.children.length - 1];
if (lastChild == null) return;
const width = lastChild.offsetLeft + 300;
const width = lastChild.offsetLeft + 300 + 16;
this.$refs.widgets.style.width = width + 'px';
};
setInterval(adjustWidgetsWidth, 1000);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment