156d3d33 by lihua

解决版本查看对话框问题

1 parent 3266fe3a
...@@ -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 }">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!