解决版本查看对话框问题
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -692,6 +692,7 @@ defineExpose({ | ... | @@ -692,6 +692,7 @@ defineExpose({ |
| 692 | </template> | 692 | </template> |
| 693 | </div> | 693 | </div> |
| 694 | </div> | 694 | </div> |
| 695 | <slot name="extra-content"></slot> | ||
| 695 | </div> | 696 | </div> |
| 696 | <template #footer v-if="footer?.visible ?? true"> | 697 | <template #footer v-if="footer?.visible ?? true"> |
| 697 | <div class="dialog-footer" :class="{ between: footer.textBtns }"> | 698 | <div class="dialog-footer" :class="{ between: footer.textBtns }"> | ... | ... |
-
Please register or sign in to post a comment