mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-06 00:01:33 +08:00
优化用户列表和卡片样式,提升响应式布局和用户体验
This commit is contained in:
@@ -30,13 +30,20 @@ export default {
|
||||
color: 'primary',
|
||||
},
|
||||
VCard: {
|
||||
elevation: 1,
|
||||
elevation: 0,
|
||||
},
|
||||
VMenu: {
|
||||
elevation: 0,
|
||||
},
|
||||
VChip: {
|
||||
elevation: 0,
|
||||
},
|
||||
VBottomSheet: {
|
||||
elevation: 0,
|
||||
},
|
||||
VList: {
|
||||
color: 'primary',
|
||||
elevation: 1,
|
||||
},
|
||||
VPagination: {
|
||||
activeColor: 'primary',
|
||||
|
||||
Reference in New Issue
Block a user