为表格组件添加边角圆度设置,确保样式一致性。

This commit is contained in:
jxxghp
2025-04-21 14:28:31 +08:00
parent aa5f31ee70
commit 3db7d6ce63

View File

@@ -358,6 +358,7 @@ html.v-overlay-scroll-blocked {
// 表格
.v-table {
border-radius: 0;
background-color: rgba(var(--v-theme-surface), 0.3);
}