Browse Source

提交代码

chenpm 4 months ago
parent
commit
65c60a9d74
1 changed files with 9 additions and 7 deletions
  1. 9 7
      src/views/reportForms/components/projectDetail.vue

+ 9 - 7
src/views/reportForms/components/projectDetail.vue

@@ -286,15 +286,17 @@ export default {
 <style scoped>
 .xuanfang {
     text-align: center;
-    width: 150px;
+    width: 75px;
     border: 2px solid black;
     background-color: #ffff80;
 }
 .buildList{
     display: flex;
-    flex-wrap: nowrap;
+    flex-wrap: wrap;
+
     .buildList-row{
         margin-right: 20px;
+        margin-top: 10px;
     }
 
 }
@@ -304,31 +306,31 @@ export default {
 }
 .qianyue {
     text-align: center;
-    width: 150px;
+    width: 75px;
     border: 2px solid black;
     background-color: #63a103;
 }
 .shoukuan {
     text-align: center;
-    width: 150px;
+    width: 75px;
     border: 2px solid black;
     background-color: #02a7f0;
 }
 .ruzhu {
     text-align: center;
-    width: 150px;
+    width: 75px;
     border: 2px solid black;
     background-color: #00aaaa;
 }
 .tuifang {
     text-align: center;
-    width: 150px;
+    width: 75px;
     border: 2px solid black;
     background-color: #d7d7d7;
 }
 .chushi {
     text-align: center;
-    width: 150px;
+    width: 75px;
     border: 2px solid black;
     background-color: #ffffff;
 }