Pārlūkot izejas kodu

Merge branch 'master' of https://git.cocorobo.cn/CocoRoboLabs/ssti-CollegeManage

yuanyiming 2 gadi atpakaļ
vecāks
revīzija
537d5a5bbe

+ 5 - 5
src/views/projectApply/projectApplicationApplyMain.vue

@@ -290,7 +290,7 @@
       margin-top: 5px;
     }
     .Main_area{  //宽度
-      width: 95%;
+      width: 75%;
       min-height: 80%;
       margin-bottom: 20px;
     }
@@ -299,7 +299,7 @@
 
   // 顶部导航区开始
   .PAheader{
-    width: 90%;
+    width: 71.4%;
     height: 70px;
     position: relative;
     top: 15px;
@@ -311,14 +311,14 @@
  
       .PAheaderBlock{
         background: #4a83d0;
-        width: 16%;
-        height: 80%;
+        width: 13%;
+        height: 70%;
         border-radius: 10px;
         display: flex;
         justify-content: center;
         align-items: center;
         color: #fff;
-        font-size: 18px;
+        font-size: 16px;
         cursor: pointer;
       }
       .PAheaderBlock:nth-of-type(2){