fix 优化
This commit is contained in:
@@ -200,8 +200,8 @@
|
||||
// height: vh(953);
|
||||
padding: vw(8);
|
||||
box-sizing: border-box;
|
||||
background-image: url('@/assets/images/bg-2.png');
|
||||
background-size: 100% 100%;
|
||||
// background-image: url('@/assets/images/bg-2.png');
|
||||
// background-size: 100% 100%;
|
||||
.dropdown {
|
||||
position: absolute;
|
||||
right: vw(8);
|
||||
@@ -302,7 +302,7 @@
|
||||
}
|
||||
.age-box {
|
||||
width: vw(400);
|
||||
height: vh(693);
|
||||
height: vh(650);
|
||||
background-image: url('@/assets/images/bg-3.png');
|
||||
background-size: 100% 100%;
|
||||
&:nth-child(1) {
|
||||
@@ -312,7 +312,7 @@
|
||||
.box-1 {
|
||||
width: vw(400);
|
||||
height: 100%;
|
||||
height: vh(693);
|
||||
height: vh(650);
|
||||
background-image: url('@/assets/images/bg-3.png');
|
||||
background-size: 100% 100%;
|
||||
&:nth-child(2) {
|
||||
|
||||
@@ -822,11 +822,11 @@
|
||||
.footer {
|
||||
position: absolute;
|
||||
width:vw(2630);
|
||||
margin-top: vh(8);
|
||||
margin-top: vh(20);
|
||||
// display: flex;
|
||||
height: vh(650);
|
||||
// height:100%;
|
||||
background-image: url('@/assets/images/bg-2.png');
|
||||
// background-image: url('@/assets/images/bg-2.png');
|
||||
background-size: 100% 100%;
|
||||
flex-wrap: wrap;
|
||||
.left {
|
||||
|
||||
@@ -92,7 +92,7 @@
|
||||
<div class="pt-10">
|
||||
<Line
|
||||
width="95%"
|
||||
:height="100"
|
||||
:height="90"
|
||||
:config="{ legend: false }"
|
||||
:data="parkData"
|
||||
:xAxisData="parkXAxisData"
|
||||
|
||||
Reference in New Issue
Block a user