Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
9741831c8d
@ -1933,8 +1933,11 @@ export default {
|
||||
addFreeTicket() {
|
||||
getCanUseCoupon().then(res => {
|
||||
this.sendCouponList = res.data
|
||||
this.setFreeIndex(res.data[0])
|
||||
})
|
||||
this.freeTicket = true
|
||||
|
||||
|
||||
},
|
||||
addMemberRecharge() {
|
||||
this.memberRecharge = true
|
||||
@ -2540,7 +2543,7 @@ input {
|
||||
padding: 20px;
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
//align-content: flex-start;
|
||||
align-content: flex-start;
|
||||
flex-wrap: wrap;
|
||||
overflow: auto;
|
||||
height: 68vh;
|
||||
@ -2548,6 +2551,7 @@ input {
|
||||
}
|
||||
.zo_box{
|
||||
width: 33.3%;
|
||||
margin-bottom: 1%;
|
||||
}
|
||||
.card92 {
|
||||
width: 95%;
|
||||
|
Loading…
Reference in New Issue
Block a user