@@ -101,8 +101,8 @@ export default {
)
},
close() {
+ this.roateY()
this.$emit('update:visible', false)
- setTimeout(() => {}, 300)
}