This commit is contained in:
2025-07-15 18:20:55 +08:00
parent 498caf263d
commit 0f5f6c27d2
2 changed files with 43 additions and 31 deletions

View File

@ -36,7 +36,7 @@ const props = defineProps({
},
color:{
type:String,
default:'#fff'
default:'#6f6f74'
},
tag: false,
value: [Number, String, Array]