fix 优化

This commit is contained in:
duanliang
2026-01-13 19:24:37 +08:00
parent 79a9226fa0
commit 0a45b06fd5

View File

@@ -32,7 +32,7 @@
<div class="box-1" style="padding: 0;margin:0;"> <div class="box-1" style="padding: 0;margin:0;">
<Title1 title="停车信息" /> <Title1 title="停车信息" />
<div style="min-height:15vh" class=""> <div class="new-circle">
<div class=" flex flex-1"> <div class=" flex flex-1">
<circle-progress <circle-progress
v-for="(item, index) in garageList" v-for="(item, index) in garageList"
@@ -325,20 +325,27 @@ import pubSub from 'pubsub-js'
box-sizing: border-box; box-sizing: border-box;
background-image: url('@/assets/images/bg-3.png'); background-image: url('@/assets/images/bg-3.png');
background-size: 100% 100%; background-size: 100% 100%;
overflow: hidden;
// height: 100%;
.border { .border {
height:vh(628) !important; height:vh(612) !important;
}
.new-circle{
height:vh(340);
} }
.header { .header {
// display: flex; // display: flex;
margin-top: vh(20); padding: vh(20);
height:vh(240);
overflow: hidden;
&__left { &__left {
display: flex; display: flex;
align-items: center; align-items: center;
margin-right:vw(10); margin-right:vw(10);
cursor:pointer; cursor:pointer;
> img { > img {
width: vw(150); // width: vw(150);
height: auto; height: vh(100);
} }
} }
&__left-item { &__left-item {
@@ -356,7 +363,7 @@ import pubSub from 'pubsub-js'
position: absolute; position: absolute;
top: vh(-10); top: vh(-10);
font-weight: 400; font-weight: 400;
font-size: font-vw(18); font-size: font-vw(16);
color: #ffffff; color: #ffffff;
left:vw(0) left:vw(0)
} }
@@ -393,7 +400,7 @@ import pubSub from 'pubsub-js'
} }
.main { .main {
width: 100%; width: 100%;
height: vh(700); height: vh(720);
overflow-x: auto; overflow-x: auto;
overflow-y: hidden; overflow-y: hidden;
position:relative; position:relative;