no message

This commit is contained in:
kuaifan 2025-05-18 11:30:42 +08:00
parent a01b292eb3
commit 58f286efe4
2 changed files with 3 additions and 4 deletions

View File

@ -337,13 +337,13 @@ export default {
app.isLoading = true
}
Object.assign(app, config)
this.$nextTick(_ => app.isOpen = true)
requestAnimationFrame(_ => app.isOpen = true)
} else {
//
config.isLoading = true
config.isOpen = false
this.apps.push(config)
this.$nextTick(_ => config.isOpen = true)
requestAnimationFrame(_ => config.isOpen = true)
}
},

View File

@ -15,8 +15,7 @@
display: flex;
align-items: center;
padding-bottom: 16px;
margin: 32px 20px 16px;
margin-bottom: 5px;
margin: 20px 20px 5px;
border-bottom: 1px solid #F4F4F5;
gap: 16px;