Ver Fonte

修改字体大小

callm há 5 meses atrás
pai
commit
6b45e9145c
1 ficheiros alterados com 4 adições e 2 exclusões
  1. 4 2
      src/views/makeprocess/list.vue

+ 4 - 2
src/views/makeprocess/list.vue

@@ -27,6 +27,8 @@ export default {
         align: [],
         carousel: 'page',
         hoverPause: true,
+        // 添加等待时间确保高度计算正确
+        waitTime: 10000
       },
       timing:null,
     }
@@ -106,7 +108,7 @@ $box-width: 100%;
   }
   .text {
     color: #c3cbde;
-    font-size: 33px;
+    font-size: 50px;
   }
   .body-box {
     border-radius: 10px;
@@ -119,7 +121,7 @@ $box-width: 100%;
       }
       .rows {
         .row-item {
-          font-size: 20px !important;
+          font-size: 26px !important;
           // color: #c3cbde !important;
         }
       }