26
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user