|
@@ -5,7 +5,7 @@
|
|
|
<div class="title_box">
|
|
|
目前所有已计量但未补全资料的计量金额统计
|
|
|
</div>
|
|
|
- <el-row :gutter="14">
|
|
|
+ <el-row :gutter="30">
|
|
|
<el-col :span="8">
|
|
|
<hc-gradient-card color="purple1">
|
|
|
<div class="hc-card-item-sub">
|
|
@@ -48,7 +48,7 @@
|
|
|
</HcGradientCard>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
- <el-row :gutter="14" class="mt-10">
|
|
|
+ <el-row :gutter="30" class="mt-24">
|
|
|
<el-col :span="8">
|
|
|
<hc-gradient-card color="green2">
|
|
|
<div class="hc-card-item-sub">
|
|
@@ -101,6 +101,7 @@ import { ref, watch } from 'vue'
|
|
|
|
|
|
<style lang='scss' scoped>
|
|
|
.hc-main-row {
|
|
|
+ padding: 60px;
|
|
|
height: 100%;
|
|
|
}
|
|
|
.title_box{
|
|
@@ -112,7 +113,7 @@ import { ref, watch } from 'vue'
|
|
|
color: white;
|
|
|
font-weight: bolder;
|
|
|
line-height: 100px;
|
|
|
- margin-bottom: 30px;
|
|
|
+ margin-bottom: 100px;
|
|
|
font-size: 50px;
|
|
|
}
|
|
|
.hc-card-item-sub {
|