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