Procházet zdrojové kódy

扣回统计页面修改

duy před 1 rokem
rodič
revize
76420ee872
1 změnil soubory, kde provedl 4 přidání a 3 odebrání
  1. 4 3
      src/views/debit-pay/ledgers/deductstatic.vue

+ 4 - 3
src/views/debit-pay/ledgers/deductstatic.vue

@@ -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 {