This commit is contained in:
syuilo
2023-03-03 08:48:52 +09:00
parent 187a698d54
commit cf8a7f93d5
6 changed files with 27 additions and 4 deletions

View File

@@ -23,7 +23,7 @@
<button v-if="closeButton" v-tooltip="i18n.ts.close" class="_button" :class="$style.headerButton" @click="close()"><i class="ti ti-x"></i></button>
</span>
</div>
<div :class="$style.content">
<div v-container :class="$style.content">
<slot></slot>
</div>
</div>