micro fix

This commit is contained in:
RockYang
2024-10-30 18:11:36 +08:00
parent 41d9c097e8
commit 0593359ef8
2 changed files with 4 additions and 4 deletions

View File

@@ -40,8 +40,8 @@ const props = defineProps({
default: 'Tips',
},
width: {
type: Number,
default: 500,
type: String,
default: 'auto',
},
hideFooter:{
type: Boolean,