This commit is contained in:
duanliang
2025-04-26 17:24:52 +08:00
parent 2bd06ab811
commit 2b83c42af2

View File

@@ -1,7 +1,7 @@
<template>
<div class="box-1">
<div class="header">
<div class="header__left">
<div class="header__left">
<img src="@/assets/images/ticket.png" />
<div
class="header__left-item"
@@ -194,7 +194,7 @@ import pubSub from 'pubsub-js'
&__left {
display: flex;
align-items: center;
margin-right:vw(10);
> img {
width: vw(74);
height: auto;
@@ -202,7 +202,7 @@ import pubSub from 'pubsub-js'
}
&__left-item {
position: relative;
width: vw(130);
width: vw(120);
height: vh(58);
padding-left: vw(10);
display: flex;
@@ -217,6 +217,7 @@ import pubSub from 'pubsub-js'
font-weight: 400;
font-size: vw(14);
color: #ffffff;
left:vw(0)
}
}
& > div:nth-child(2) {