优化多个组件的按钮样式

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

@@ -197,11 +197,11 @@ onMounted(() => {
/>
</VCol>
</VRow>
<VCardActions class="text-center">
<VBtn :disabled="loading" @click="addDownload" :prepend-icon="icon" class="px-5">
<VCardText class="text-center">
<VBtn variant="elevated" :disabled="loading" @click="addDownload" :prepend-icon="icon" class="px-5">
{{ buttonText }}
</VBtn>
</VCardActions>
</VCardText>
</VCard>
</VDialog>
</template>