micro fix

This commit is contained in:
RockYang
2024-10-30 18:11:36 +08:00
parent c96f86fbbf
commit ff9142ddd4
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,