优化多个组件的按钮样式

This commit is contained in:
jxxghp
2025-05-24 15:37:40 +08:00
parent 43d3efa838
commit 6c4beffdb7
4 changed files with 11 additions and 10 deletions

View File

@@ -108,13 +108,11 @@ initializeApp().then(() => {
maxWidth: '30rem',
},
confirmationButtonProps: {
variant: 'elevated',
color: 'primary',
class: 'me-3 px-5',
'prepend-icon': 'mdi-check',
},
cancellationButtonProps: {
variant: 'outlined',
color: 'secondary',
class: 'me-3',
},