chore:调整Dialog内容样式

This commit is contained in:
JaguarJack 2024-03-14 10:27:18 +08:00
parent 667f6353d5
commit 6f28c25a30

View File

@ -12,7 +12,9 @@
</div>
</div>
</template>
<slot />
<div class="pt-4">
<slot />
</div>
<template #footer v-if="showFooter">
<span class="dialog-footer">
<el-button @click="close">{{ $t('system.cancel') }}</el-button>