This commit is contained in:
syuilo
2020-10-18 16:58:20 +09:00
parent 29e9801d5c
commit 39575b4696
3 changed files with 32 additions and 16 deletions

View File

@ -1,5 +1,5 @@
<template>
<XWindow ref="window" :initial-width="400" :initial-height="450" :can-resize="true" @closed="$emit('closed')">
<XWindow ref="window" :initial-width="400" :initial-height="500" :can-resize="true" @closed="$emit('closed')">
<template #header>
<XHeader :info="pageInfo" :with-back="false"/>
</template>