Display modals at center

This commit is contained in:
Pig Fang 2019-12-10 14:20:14 +08:00
parent 243a164063
commit 1480815123
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
:title="$t('user.player.add-player')"
:ok-button-text="$t('general.submit')"
flex-footer
center
@confirm="addPlayer"
>
<table class="table">

View File

@ -5,6 +5,7 @@
:title="$t('user.closet.use-as.title')"
:ok-button-text="$t('general.submit')"
flex-footer
center
>
<template v-if="players.length !== 0">
<div v-for="player in players" :key="player.pid" class="player-item">