白色主题

This commit is contained in:
2023-02-12 19:04:01 +08:00
parent d736a5912f
commit 57ab6fbb49
411 changed files with 1752 additions and 5304 deletions

View File

@@ -4,14 +4,10 @@ const props = {
value: true,
},
current: {
type: Number,
value: null,
},
defaultCurrent: {
type: Number,
value: 0,
},
customStyle: {
style: {
type: String,
value: '',
},
@@ -33,7 +29,10 @@ const props = {
},
height: {
type: null,
value: '192px',
value: 192,
},
imageProps: {
type: Object,
},
interval: {
type: Number,
@@ -47,7 +46,8 @@ const props = {
value: true,
},
navigation: {
type: Object,
type: null,
value: true,
},
nextMargin: {
type: null,