Browse Source

2023-08-23

weirenchun 2 years ago
parent
commit
389fa65dad
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/project/index.vue

+ 2 - 2
src/views/project/index.vue

@@ -11,7 +11,7 @@
       </template>
     </tips-custom>
     <!--    content-->
-    <div>
+    <div style="margin-bottom: 50px">
       <info1 :info="detail" />
       <info2 />
       <info3 :project-id="projectId" :stage-id="stageId" />
@@ -48,7 +48,7 @@ import Info4 from '@/views/project/componens/info4.vue'
 import Info5 from '@/views/project/componens/info5.vue'
 
 export default {
-  components: { Info2, Info1, Info4, Info5,tipsCustom, top, info3 },
+  components: { Info2, Info1, Info4, Info5, tipsCustom, top, info3 },
   data() {
     return {
       projectId: '',