Browse Source

样式微调

wangziqian 4 years ago
parent
commit
2f865c1c1d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/workbench/components/statisticsSection.vue

+ 2 - 2
src/views/workbench/components/statisticsSection.vue

@@ -241,7 +241,7 @@ export default {
   .data-main{
     width: 80%;
     display: grid;
-    grid-template-columns: repeat(2,188px);
+    grid-template-columns: repeat(2,190px);
     grid-column-gap: 30px;
     grid-template-rows: repeat(4,80px);
     grid-row-gap: 20px;
@@ -253,7 +253,7 @@ export default {
     display: grid;
     grid-template-rows: repeat(2,50%);
     align-items: center;
-    padding: 0 0 5px 11px;
+    padding: 5px 3px 5px 11px;
     label {
       font-weight: 400;
       color: #666666;