瀏覽代碼

修改立项申请ui宽度

Q-ABAB 2 年之前
父節點
當前提交
08c60eac9b
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      src/views/projectApply/projectApplicationApplyMain.vue

+ 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){