This commit is contained in:
weipengfei 2024-02-23 14:29:11 +08:00
parent 7204fcd9b4
commit 40c2abeef0
3 changed files with 12 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -151,9 +151,7 @@ mitt.on("choserArea", (data) => {
});
onMounted(() => {
console.log(route);
if (route.query.areaCode) {
console.log("route", route.query.areaCode);
appStore.setAddress({
areaCode: route.query.areaCode,
streetCode: route.query.streetCode || "",
@ -174,14 +172,14 @@ onMounted(() => {
<div class="left">
<img
class="logo item"
src="/src/assets/head_img/logo.png"
src="/src/assets/head_img/back.png"
@click="navToDelivery"
/>
<div class="item">{{ nowTime[0] }}</div>
<img class="icon item" src="/src/assets/head_img/icon.png" alt="" />
<div class="item">{{ nowTime[1] }}</div>
</div>
<div class="head-title">吟龙物流信息监控溯源可视化大屏</div>
<div class="head-title"><img class="logo" src="/src/assets/head_img/logo.png"/> <span>吟龙物流信息监控溯源可视化大屏</span></div>
<div class="right">
<div class="item" @click.stop="open" style="position: relative">
<img src="/src/assets/head_img/location.png" alt="" />
@ -237,6 +235,16 @@ onMounted(() => {
font-size: 2rem;
height: 100%;
line-height: 3.5rem;
display: flex;
align-items: center;
.logo{
height: 2.5rem;
width: 2.5rem;
}
span{
padding-bottom: 0.5rem;
padding-left: 0.5rem;
}
}
.left {
display: flex;