feat: button组件替换

This commit is contained in:
rd
2025-09-03 11:15:37 +08:00
parent 01d561cfb2
commit db67274583
128 changed files with 805 additions and 745 deletions

View File

@ -9,6 +9,7 @@
width="960px"
unmountOnClose
titleAlign="start"
centered
wrapClassName="custom-table-column-modal"
@cancel="close"
>
@ -64,7 +65,7 @@
</div>
<template #footer>
<div style="text-align: right">
<div class="flex">
<Button @click="close">取消</Button>
<Button type="primary" @click="onSubmit">确定</Button>
</div>