This commit is contained in:
syuilo 2022-12-29 17:26:10 +09:00
parent 352e16be2e
commit 0d571f5480

View file

@ -10,12 +10,12 @@
@closed="emit('closed')" @closed="emit('closed')"
> >
<template #header>{{ i18n.ts.describeFile }}</template> <template #header>{{ i18n.ts.describeFile }}</template>
<div> <MkSpacer :margin-min="20" :margin-max="28">
<MkDriveFileThumbnail class="thumbnail" :file="file" fit="contain" style="height: 100px;"/> <MkDriveFileThumbnail :file="file" fit="contain" style="height: 100px; margin-bottom: 16px;"/>
<MkTextarea v-model="caption" autofocus :placeholder="i18n.ts.inputNewDescription"> <MkTextarea v-model="caption" autofocus :placeholder="i18n.ts.inputNewDescription">
<template #label>{{ i18n.ts.caption }}</template> <template #label>{{ i18n.ts.caption }}</template>
</MkTextarea> </MkTextarea>
</div> </MkSpacer>
</XModalWindow> </XModalWindow>
</template> </template>