mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-31 13:21:01 +08:00
优化卡片样式,移除多余的圆角设置,提升组件一致性
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import { VCard } from 'vuetify/lib/components/index.mjs'
|
||||
|
||||
export default {
|
||||
IconBtn: {
|
||||
icon: true,
|
||||
@@ -31,6 +29,7 @@ export default {
|
||||
},
|
||||
VCard: {
|
||||
elevation: 0,
|
||||
rounded: 'lg',
|
||||
},
|
||||
VMenu: {
|
||||
elevation: 0,
|
||||
@@ -41,9 +40,12 @@ export default {
|
||||
VBottomSheet: {
|
||||
elevation: 0,
|
||||
},
|
||||
VExpansionPanels: {
|
||||
elevation: 0,
|
||||
},
|
||||
VList: {
|
||||
color: 'primary',
|
||||
elevation: 1,
|
||||
elevation: 0,
|
||||
},
|
||||
VPagination: {
|
||||
activeColor: 'primary',
|
||||
|
||||
Reference in New Issue
Block a user