fix:修复Dialog样式

This commit is contained in:
JaguarJack 2024-03-14 12:20:53 +08:00
parent 439d897038
commit 1c3f606165

View File

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