Renxy 1 vuosi sitten
vanhempi
commit
d7eb4f1e2d
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. 3 1
      src/pages/SmartReport/index.less

+ 3 - 1
src/pages/SmartReport/index.less

@@ -92,6 +92,7 @@
   background-image: -webkit-linear-gradient(#1755ff 0%, #ffffff 80%);
   box-shadow: 0.01rem 0.08rem 0.14rem 0rem rgba(0, 0, 0, 0.1);
   .main_in {
+    padding-top: 0.4rem;
     width: 100%;
     height: 100%;
     border-radius: 0.4rem 0.1rem 0.4rem 0.1rem;
@@ -188,7 +189,8 @@
     color: #3b3b3b;
   }
   .circleContent {
-    padding: 0.4rem 1rem;
+    padding: 0 1rem;
+    margin-bottom: 0.4rem;
     display: flex;
     justify-content: space-around;
   }