mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-29 23:50:00 +08:00
样式
This commit is contained in:
@@ -8,9 +8,8 @@
|
||||
:src="require('@/assets/images/lightning.png')"
|
||||
/>
|
||||
<div class="flex1">
|
||||
<b class="box-h1">{{ generalSituation.totalChargingDegree }}</b>
|
||||
<b class="box-h1">{{ generalSituation.totalChargingDegree}}</b>
|
||||
<div>总充电电量(度)</div>
|
||||
<div class="progress" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="box">
|
||||
@@ -19,7 +18,6 @@
|
||||
<div class="flex1">
|
||||
<b class="box-h1">{{ generalSituation.totalChargingAmount}}</b>
|
||||
<div>总充电费用(元)</div>
|
||||
<div class="progress" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="box">
|
||||
@@ -29,7 +27,6 @@
|
||||
<div class="flex1">
|
||||
<b class="box-h1">{{ generalSituation.totalChargingQuantity}}</b>
|
||||
<div>总充电订单数(笔)</div>
|
||||
<div class="progress" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="box">
|
||||
@@ -39,7 +36,6 @@
|
||||
<div class="flex1">
|
||||
<b class="box-h1">{{ generalSituation.totalPileQuantity }}</b>
|
||||
<div>总充电设备数量(座)</div>
|
||||
<div class="progress" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="box" v-hasRole="['admin', 'common']">
|
||||
@@ -50,7 +46,6 @@
|
||||
<div class="flex1">
|
||||
<b class="box-h1">{{ generalSituation.totalMemberAmount }}</b>
|
||||
<div>总客户余额(元)</div>
|
||||
<div class="progress" />
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div class="box">-->
|
||||
@@ -366,9 +361,15 @@ export default {
|
||||
box-shadow: 0 15px 10px -11px #1ab394;
|
||||
margin-right: 24px;
|
||||
margin-bottom: 20px;
|
||||
position: relative;
|
||||
.box-image{
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
// background-size: 100% 100%;
|
||||
// position: absolute;
|
||||
// right: 0;
|
||||
// bottom: 0;
|
||||
// filter: drop-shadow(40px 0px gray);
|
||||
}
|
||||
.flex1{
|
||||
flex: 1;
|
||||
|
||||
Reference in New Issue
Block a user