chore:调整Dialog内容样式
This commit is contained in:
parent
667f6353d5
commit
6f28c25a30
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user