This commit is contained in:
duanliang
2025-04-26 12:59:19 +08:00
parent 81ca777cfa
commit 5abd7e222e

View File

@@ -201,7 +201,7 @@ import pubSub from 'pubsub-js'
} }
&__left-item { &__left-item {
position: relative; position: relative;
width: vw(180); width: vw(130);
height: vh(58); height: vh(58);
padding-left: vw(10); padding-left: vw(10);
display: flex; display: flex;
@@ -209,7 +209,7 @@ import pubSub from 'pubsub-js'
justify-content: center; justify-content: center;
background-image: url('@/assets/images/ticket-item-bg.png'); background-image: url('@/assets/images/ticket-item-bg.png');
background-size: 100% 100%; background-size: 100% 100%;
margin-left:vw(30); // margin-left:vw(30);
.label { .label {
position: absolute; position: absolute;
top: vh(-4); top: vh(-4);