setTimeout

This commit is contained in:
shijingjing
2022-12-01 15:34:58 +08:00
parent 976cfc2341
commit 5fe2c4ba25
2 changed files with 1 additions and 4 deletions

View File

@@ -80,7 +80,6 @@ export default {
width: 100%; width: 100%;
background: #F5F5F5; background: #F5F5F5;
z-index: 9; z-index: 9;
// height: ;
img { img {
width: 100%; width: 100%;
} }

View File

@@ -86,7 +86,7 @@ export default {
this.$u.toast('取消成功') this.$u.toast('取消成功')
setTimeout(() => { setTimeout(() => {
this.getOrderList() this.getOrderList()
},600) },400)
} }
}) })
}) })
@@ -242,8 +242,6 @@ export default {
} }
div:first-child { div:first-child {
margin-right: 32px; margin-right: 32px;
// border: 1px solid #DDDDDD;
// border-radius: 52px;
color: #687DA6; color: #687DA6;
} }
div:last-child { div:last-child {