mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 11:19:56 +00:00
no message
This commit is contained in:
parent
a01b292eb3
commit
58f286efe4
@ -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)
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user