wip
This commit is contained in:
parent
8b6e9050c4
commit
e82864d4fc
9 changed files with 12 additions and 12 deletions
|
|
@ -84,7 +84,7 @@ export default Vue.extend({
|
|||
},
|
||||
|
||||
mounted() {
|
||||
Vue.nextTick(() => {
|
||||
this.$nextTick(() => {
|
||||
const main = this.$refs.main as any;
|
||||
main.style.top = '15%';
|
||||
main.style.left = (window.innerWidth / 2) - (main.offsetWidth / 2) + 'px';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue