Explorar el Código

feature_20260512_日报分享ui修改

zhujindu hace 2 semanas
padre
commit
39bc32af1e
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      src/components/shareReportCustom.vue

+ 4 - 1
src/components/shareReportCustom.vue

@@ -89,8 +89,11 @@ export default {
     font-size: vw(28);
     font-size: vw(28);
     // font-weight: bold;
     // font-weight: bold;
     color: #ffff;
     color: #ffff;
-    line-height: vw(50);
+    line-height: vw(48);
     white-space: pre-wrap;
     white-space: pre-wrap;
+    p {
+      margin: 0;
+    }
   }
   }
 }
 }
 </style>
 </style>