|
@@ -4,29 +4,29 @@
|
|
|
<span class="biao"></span>
|
|
|
<span class="title">通行管理</span>
|
|
|
</el-col>
|
|
|
- <el-row class="wrap" :gutter="32">
|
|
|
+ <el-row class="wrap" :gutter="10">
|
|
|
<el-col class="left" :span="12">
|
|
|
<el-col class="top" :span="24">
|
|
|
<el-col class="left" :span="6">
|
|
|
<el-col class="top">今日总人流量</el-col>
|
|
|
- <el-col class="bottom" >
|
|
|
+ <el-col class="bottom" style="text-align: center;" >
|
|
|
<el-col class="num">{{data1.n1}}<span class="unit">人/次</span></el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
- <el-col class="middle middleRight" :span="9">
|
|
|
+ <el-col class="middle middleRight" :span="9" style="margin-left:-14px;">
|
|
|
<el-col class="top">
|
|
|
- <el-col class="attribute">今日考勤人数:<span class="num">{{data1.n2}}</span><span class="unit">人/次</span></el-col>
|
|
|
+ <el-col class="attribute" >今日考勤人数: <span class="num">{{data1.n2}}</span><span class="unit" >人/次</span></el-col>
|
|
|
</el-col>
|
|
|
<el-col class="bottom" >
|
|
|
- <el-col class="attribute">今日访客通行:<span class="num">{{data1.n3}}</span><span class="unit">人/次</span></el-col>
|
|
|
+ <el-col class="attribute">今日访客通行: <span class="num">{{data1.n3}}</span><span class="unit">人/次</span></el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
<el-col class="bottom middleRight" :span="9">
|
|
|
<el-col class="top">
|
|
|
- <el-col class="attribute">无感考勤效率提升:<span class="num">{{data1.n4}}</span><span class="unit">%</span></el-col>
|
|
|
+ <el-col class="attribute">无感考勤效率提升: <span class="num">{{data1.n4}}</span><span class="unit">%</span></el-col>
|
|
|
</el-col>
|
|
|
<el-col class="bottom" >
|
|
|
- <el-col class="attribute">访客通行效率提升:<span class="num">{{data1.n5}}</span><span class="unit">%</span></el-col>
|
|
|
+ <el-col class="attribute">访客通行效率提升: <span class="num">{{data1.n5}}</span><span class="unit">%</span></el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
@@ -46,16 +46,16 @@
|
|
|
<el-col class="num">{{data2.n1}}<span class="unit">辆/次</span></el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
- <el-col class="middle middleRight" :span="16">
|
|
|
- <el-col class="top" style="padding-left:0;">
|
|
|
- <el-col class="attribute">地下停车场流量:<span class="num">{{data2.n2}}</span><span class="unit">辆/次</span></el-col>
|
|
|
+ <el-col class="middle middleRight" :span="16" >
|
|
|
+ <el-col class="top" style="padding-left:10px;">
|
|
|
+ <el-col class="attribute">地下停车场流量: <span class="num">{{data2.n2}}</span><span class="unit">辆/次</span></el-col>
|
|
|
</el-col>
|
|
|
- <el-col class="bottom" style="padding-left:0;">
|
|
|
- <el-col class="attribute">VIP停车场流量:<span class="num">{{data2.n3}}</span><span class="unit">辆/次</span></el-col>
|
|
|
+ <el-col class="bottom" style="padding-left:10px;">
|
|
|
+ <el-col class="attribute">VIP停车场流量: <span class="num">{{data2.n3}}</span><span class="unit">辆/次</span></el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
- <el-col class="bottom" :span="24">
|
|
|
+ <el-col class="bottom" :span="24" style="margin-left:10px">
|
|
|
<el-col class="left" :span="6">
|
|
|
<el-image :src="img10" fit="scale-down"/>
|
|
|
<el-col class="title">无人值守车辆通行</el-col>
|
|
@@ -146,10 +146,10 @@ export default {
|
|
|
>.top{
|
|
|
height:90px;
|
|
|
background: rgba(77,85,101,0.25);
|
|
|
- padding:16px 0 16px 0px !important;
|
|
|
+ padding:25px 0 0px 0px !important;
|
|
|
>.left{
|
|
|
>.top{
|
|
|
- font-size: 16px;
|
|
|
+ font-size: 12px;
|
|
|
padding:0 !important;
|
|
|
}
|
|
|
>.bottom{
|
|
@@ -157,9 +157,9 @@ export default {
|
|
|
font-weight: 700;
|
|
|
padding:0 !important;
|
|
|
.num{
|
|
|
- font-size: 24px;
|
|
|
+ font-size: 12px;
|
|
|
.unit{
|
|
|
- font-size: 20px;
|
|
|
+ font-size: 12px;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -171,12 +171,13 @@ export default {
|
|
|
>.middleRight{
|
|
|
padding:0 !important;
|
|
|
>.top{
|
|
|
- font-size: 16px;
|
|
|
+ font-size: 12px;
|
|
|
padding:0 !important;
|
|
|
// background: red;
|
|
|
.attribute{
|
|
|
+ font-size: 12px;
|
|
|
.num{
|
|
|
- font-size: 20px;
|
|
|
+ font-size: 12px;
|
|
|
font-weight: 700;
|
|
|
}
|
|
|
}
|
|
@@ -184,10 +185,10 @@ export default {
|
|
|
>.bottom{
|
|
|
padding:0 !important;
|
|
|
margin-top:6px;
|
|
|
- font-size: 16px;
|
|
|
+ font-size: 12px;
|
|
|
.attribute{
|
|
|
.num{
|
|
|
- font-size: 20px;
|
|
|
+ font-size: 12px;
|
|
|
font-weight: 700;
|
|
|
}
|
|
|
}
|
|
@@ -198,11 +199,11 @@ export default {
|
|
|
position: relative;
|
|
|
>.left{
|
|
|
height:100px;
|
|
|
- margin:12px 0 0 -16px !important;
|
|
|
+ margin:12px 0 0 -6px !important;
|
|
|
text-align: center;
|
|
|
background-image: linear-gradient(180deg, rgba(77,85,101,0.00) 0%, #4D5565 100%);
|
|
|
font-weight: 700;
|
|
|
- font-size: 14px;
|
|
|
+ font-size: 12px;
|
|
|
.el-image{
|
|
|
margin:-4px 0 10px;
|
|
|
}
|
|
@@ -213,11 +214,11 @@ export default {
|
|
|
>.top{
|
|
|
height:90px;
|
|
|
background: rgba(77,85,101,0.25);
|
|
|
- padding:16px 0 16px 16px;
|
|
|
+ padding:25px 0 0px 0px;
|
|
|
>.left{
|
|
|
padding:0 !important;
|
|
|
>.top{
|
|
|
- font-size: 16px;
|
|
|
+ font-size: 12px;
|
|
|
padding:0 !important;
|
|
|
}
|
|
|
>.bottom{
|
|
@@ -225,9 +226,9 @@ export default {
|
|
|
font-weight: 700;
|
|
|
padding:0 !important;
|
|
|
.num{
|
|
|
- font-size: 26px;
|
|
|
+ font-size: 12px;
|
|
|
.unit{
|
|
|
- font-size: 20px;
|
|
|
+ font-size: 12px;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -239,20 +240,20 @@ export default {
|
|
|
>.middleRight{
|
|
|
padding:0 12px;
|
|
|
>.top{
|
|
|
- font-size: 16px;
|
|
|
+ font-size: 12px;
|
|
|
.attribute{
|
|
|
.num{
|
|
|
- font-size: 20px;
|
|
|
+ font-size: 12px;
|
|
|
font-weight: 700;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
>.bottom{
|
|
|
margin-top:6px;
|
|
|
- font-size: 16px;
|
|
|
+ font-size: 12px;
|
|
|
.attribute{
|
|
|
.num{
|
|
|
- font-size: 20px;
|
|
|
+ font-size: 12px;
|
|
|
font-weight: 700;
|
|
|
}
|
|
|
}
|
|
@@ -267,7 +268,7 @@ export default {
|
|
|
text-align: center;
|
|
|
background-image: linear-gradient(180deg, rgba(77,85,101,0.00) 0%, #4D5565 100%);
|
|
|
font-weight: 700;
|
|
|
- font-size: 14px;
|
|
|
+ font-size: 12px;
|
|
|
padding:0 !important;
|
|
|
|
|
|
.title{
|
|
@@ -283,10 +284,10 @@ export default {
|
|
|
.attribute{
|
|
|
margin-top:-70px;
|
|
|
vertical-align: middle;
|
|
|
- font-size: 20px;
|
|
|
+ font-size: 12px;
|
|
|
margin-left: 78px;
|
|
|
.num {
|
|
|
- font-size: 30px;
|
|
|
+ font-size: 12px;
|
|
|
font-family: "微软雅黑";
|
|
|
font-weight: 700;
|
|
|
margin: 0.7vh 0 0 -2px;
|
|
@@ -302,9 +303,7 @@ export default {
|
|
|
|
|
|
}
|
|
|
}
|
|
|
-.attribute{
|
|
|
- padding:0 0 0 16px !important;
|
|
|
-}
|
|
|
+
|
|
|
.num{
|
|
|
padding:0 !important;
|
|
|
}
|