优化 VCard 组件的样式,移除多余的圆角设置,提升界面一致性

This commit is contained in:
jxxghp
2025-04-01 13:20:25 +08:00
parent ae62847ded
commit 6a6a3bd463
3 changed files with 3 additions and 3 deletions

View File

@@ -533,7 +533,7 @@ onMounted(() => {
</script>
<template>
<VCard class="d-flex flex-column w-full h-full rounded-t-0 rounded-s-0">
<VCard class="d-flex flex-column w-full h-full">
<VToolbar v-if="!loading" density="compact" flat color="gray">
<VTextField
v-if="!isFile"