|
@@ -42,8 +42,8 @@
|
|
|
</el-col>
|
|
|
<el-col :xs="12" :sm="12" :lg="6">
|
|
|
<div class="flex qiyou">
|
|
|
- <div style="font-size: 28px;"> 汽油 </div>
|
|
|
- <div class="flex-qy">
|
|
|
+ <div style="font-size: 28px;margin-top: -80px;"> 汽油 </div>
|
|
|
+ <div class="flex-qy" style="margin-top: 30px;">
|
|
|
<div class="flex-qy-sx" style="margin-right: 25px;">
|
|
|
<div style="font-size: 36px;" >
|
|
|
{{ form.qyliters }}L
|
|
@@ -61,8 +61,8 @@
|
|
|
</el-col>
|
|
|
<el-col :xs="12" :sm="12" :lg="6">
|
|
|
<div class="flex chaiyou">
|
|
|
- <div style="font-size: 28px;"> 柴油 </div>
|
|
|
- <div class="flex-qy">
|
|
|
+ <div style="font-size: 28px;margin-top: -80px;"> 柴油 </div>
|
|
|
+ <div class="flex-qy" style="margin-top: 30px;">
|
|
|
<div class="flex-qy-sx" style="margin-right: 25px;">
|
|
|
<div style="font-size: 36px;">{{ form.cyliters }}L</div>
|
|
|
<div style="font-size: 22px;">升数</div>
|
|
@@ -253,7 +253,7 @@ export default {
|
|
|
};
|
|
|
},
|
|
|
created() {
|
|
|
- this.getList();
|
|
|
+ this.monthDataSource();
|
|
|
},
|
|
|
methods: {
|
|
|
/** 查询优惠劵管理列表 */
|