chenlei 1 hónapja
szülő
commit
31f76be3d3

+ 2 - 1
src/views/report/PushList.vue

@@ -270,7 +270,7 @@
 }
 .top-filter-wrap {
   .search {
-    // padding-top: 20px;
+    padding-top: 16px;
     background-color: #fff;
     .top {
       padding: 4px 20px;
@@ -291,6 +291,7 @@
       height: 22px;
     }
     .search {
+      margin-top: 8px;
       .top {
         padding: 2px 10px;
         .logo {

+ 2 - 2
src/views/report/components/ReportItem.vue

@@ -47,7 +47,7 @@ const title=computed(()=>{
 
 .report-item-box {
   padding: 30px 30px 20px 30px;
-  margin-bottom: 10PX;
+  margin-bottom: 2PX;
   background-color: var(--bg-color);
   .report-title {
     margin-bottom: 6px;
@@ -102,7 +102,7 @@ const title=computed(()=>{
 @media (min-width: 600px){
   .report-item-box{
     padding: 15px 15px 10px 15px;
-    margin-bottom: 10px;
+    margin-bottom: 1px;
     .report-des{
       margin: 8px 0;
     }