Commit 26851f21 authored by 李苏's avatar 李苏 💬

大屏布局调整

parent 60236685
...@@ -8,9 +8,7 @@ ...@@ -8,9 +8,7 @@
</div> </div>
<div class="main"> <div class="main">
<div class="first"> <div class="first">
<div class="itemtitle itemtitlebg1">
两区农电预算一览
</div>
<div class="itemmain boxall itembg "> <div class="itemmain boxall itembg ">
<i class="i1"></i> <i class="i1"></i>
<i class="i2"></i> <i class="i2"></i>
...@@ -45,9 +43,7 @@ ...@@ -45,9 +43,7 @@
</div> </div>
<div class="second"> <div class="second">
<div class="itemtitle maintitle " style="">
淮安公司预算执行进度全省排名:{{hapm}}
</div>
<!-- 地图--> <!-- 地图-->
<div class="itemmain boxall "> <div class="itemmain boxall ">
<i class="i1"></i> <i class="i1"></i>
...@@ -62,9 +58,7 @@ ...@@ -62,9 +58,7 @@
</div> </div>
</div> </div>
<div class="third"> <div class="third">
<div class="itemtitle itemtitlebg2">
淮安淮阴预算一览
</div>
<div class="itemmain boxall itembg "> <div class="itemmain boxall itembg ">
<i class="i1"></i> <i class="i1"></i>
<i class="i2"></i> <i class="i2"></i>
...@@ -107,9 +101,9 @@ ...@@ -107,9 +101,9 @@
<i class="i4"></i> <i class="i4"></i>
<div class="full itembg "> <div class="full itembg ">
<!-- 轮播图--> <!-- 轮播图-->
<el-carousel :indicator-position='"none"' style="overflow: hidden;" :interval='10000' class="full" <el-carousel :indicator-position='"none"' style="overflow: hidden;" :interval='10000' class="full"
:autoplay="true"> :autoplay="true">
<el-carousel-item> <el-carousel-item style="height: 45vh;" >
<span class="com-count-title"> <span class="com-count-title">
预算执行分析-标准成本(单位) 预算执行分析-标准成本(单位)
</span> </span>
...@@ -121,7 +115,7 @@ ...@@ -121,7 +115,7 @@
}" class="com-count-body"> }" class="com-count-body">
</div> </div>
</el-carousel-item> </el-carousel-item>
<el-carousel-item> <el-carousel-item style="height: 45vh;" >
<span class="com-count-title"> <span class="com-count-title">
预算执行分析-标准成本(科目) 预算执行分析-标准成本(科目)
</span> </span>
...@@ -198,7 +192,7 @@ ...@@ -198,7 +192,7 @@
<i class="i4"></i> <i class="i4"></i>
<el-carousel :indicator-position='"none"' style="overflow: hidden;" :interval='10000' class="full" <el-carousel :indicator-position='"none"' style="overflow: hidden;" :interval='10000' class="full"
:autoplay="true"> :autoplay="true">
<el-carousel-item> <el-carousel-item style="height: 45vh;" >
<span class="com-count-title"> <span class="com-count-title">
预算执行分析-成本性项目(单位) 预算执行分析-成本性项目(单位)
</span> </span>
...@@ -210,7 +204,7 @@ ...@@ -210,7 +204,7 @@
}" class="com-count-body"> }" class="com-count-body">
</div> </div>
</el-carousel-item> </el-carousel-item>
<el-carousel-item> <el-carousel-item style="height: 45vh;" >
<span class="com-count-title"> <span class="com-count-title">
预算执行分析-成本性项目(专业) 预算执行分析-成本性项目(专业)
</span> </span>
...@@ -647,7 +641,7 @@ ...@@ -647,7 +641,7 @@
left: '10%', left: '10%',
top: '23%', top: '23%',
right: '10%', right: '10%',
bottom: '23%', bottom: '15%',
}, },
xAxis: { xAxis: {
type: 'category', type: 'category',
...@@ -784,7 +778,7 @@ ...@@ -784,7 +778,7 @@
left: '10%', left: '10%',
top: '23%', top: '23%',
right: '10%', right: '10%',
bottom: '23%', bottom: '15%',
}, },
xAxis: { xAxis: {
type: 'category', type: 'category',
...@@ -945,7 +939,7 @@ ...@@ -945,7 +939,7 @@
left: '10%', left: '10%',
top: '23%', top: '23%',
right: '10%', right: '10%',
bottom: '23%', bottom: '15%',
}, },
xAxis: { xAxis: {
type: 'category', type: 'category',
...@@ -1125,7 +1119,7 @@ ...@@ -1125,7 +1119,7 @@
left: '10%', left: '10%',
top: '23%', top: '23%',
right: '10%', right: '10%',
bottom: '23%', bottom: '15%',
}, },
xAxis: { xAxis: {
type: 'category', type: 'category',
...@@ -2057,7 +2051,7 @@ ...@@ -2057,7 +2051,7 @@
} }
.main { .main {
height: 58vh; height: 45vh;
width: 100%; width: 100%;
display: flex; display: flex;
...@@ -2083,7 +2077,7 @@ ...@@ -2083,7 +2077,7 @@
.bottom { .bottom {
display: flex; display: flex;
height: 39vh; height: 45vh;
width: 100%; width: 100%;
margin-top: 1vh; margin-top: 1vh;
...@@ -2099,7 +2093,6 @@ ...@@ -2099,7 +2093,6 @@
padding: 0.5vh; padding: 0.5vh;
} }
.third { .third {
height: 100%; height: 100%;
width: 30%; width: 30%;
...@@ -2155,13 +2148,13 @@ ...@@ -2155,13 +2148,13 @@
} }
.itemmain { .itemmain {
height: 51vh; height: 45vh;
width: 100%; width: 100%;
} }
.itemmainb { .itemmainb {
height: 32vh; height: 45vh;
width: 100%; width: 100%;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment