diff --git a/src/views/scenic/components/box-1.vue b/src/views/scenic/components/box-1.vue index d92c93e..3df0b24 100644 --- a/src/views/scenic/components/box-1.vue +++ b/src/views/scenic/components/box-1.vue @@ -201,7 +201,7 @@ import pubSub from 'pubsub-js' } &__left-item { position: relative; - width: vw(180); + width: vw(130); height: vh(58); padding-left: vw(10); display: flex; @@ -209,7 +209,7 @@ import pubSub from 'pubsub-js' justify-content: center; background-image: url('@/assets/images/ticket-item-bg.png'); background-size: 100% 100%; - margin-left:vw(30); + // margin-left:vw(30); .label { position: absolute; top: vh(-4);