qinzhipeng_v 5 gadi atpakaļ
vecāks
revīzija
5fa0041224

+ 2 - 1
src/views/reportManagement/ReleaseReport/components/iconDisplay.vue

@@ -257,11 +257,12 @@ export default {
   }
 
   .title {
-  font-size:16px;
+  font-size:14px;
   font-family:PingFangSC-Medium;
   line-height:35px;
   margin-bottom: 10px;
   color:rgba(51,59,74,1);
   opacity:1;
+  font-weight: 700;
 }
 </style>

+ 2 - 2
src/views/reportManagement/ReleaseReport/newReleaeTemplate.vue

@@ -349,8 +349,8 @@ export default {
     font-family:MicrosoftYaHei;
     line-height:19px;
     color:#333;
-     font-weight:500;
-    margin: 1% 0;
+    font-weight:700;
+    margin: 20px 0;
   }
 
 .report-container {

+ 1 - 1
src/views/reportManagement/Testing/newTestingTemplate.vue

@@ -349,7 +349,7 @@ export default {
     line-height:19px;
     margin: 1% 0;
     color: #333;
-    font-weight:500;
+    font-weight:700;
   }
 
 .report-container {