mirror of
https://gitee.com/ssssssss-team/magic-api.git
synced 2026-06-20 12:32:23 +08:00
优化dialog按钮
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
</template>
|
||||
<slot v-else name="content"></slot>
|
||||
</div>
|
||||
<div :class="{ 'button-align-right': align == 'right' }" class="ma-dialog-buttons not-select">
|
||||
<div v-if="$scopedSlots && $scopedSlots.buttons" :class="{ 'button-align-right': align == 'right' }" class="ma-dialog-buttons not-select">
|
||||
<slot name="buttons"></slot>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user