yuanyiming 2 anos atrás
pai
commit
3113f8832c

+ 4 - 16
src/views/ProjectManagement1.vue

@@ -138,7 +138,7 @@
     <div class="pmProgressTextArea">
       <el-input
         type="textarea"
-        :rows="8"
+        :rows="6"
         resize="none"
         placeholder="请输入内容"
         v-model="textarea">
@@ -217,7 +217,7 @@
       display: flex;
       justify-content: flex-end;
       margin-top: 30px;
-      margin-bottom: 20px;
+      margin-bottom: 10px;
       height: 50px;
       
       .backBtn{
@@ -232,19 +232,7 @@
     justify-content: flex-start;
     
   }
-  // .pm1Tit{
-  //   display: flex;
-  //   margin-left: 20px;
-  //   div{
-  //     width: 130px;
-  //     cursor: pointer;
-  //     font-weight: 550;
-  //   }
-  //   .pr1TitBass{
-  //       height: 2px;
-  //       width: 100%;
-  //       background: #3D67BC;
-  //     }
-  // }
+
+ 
 }
 </style>

+ 15 - 0
src/views/ProjectManagementFund2.vue

@@ -334,6 +334,18 @@
 
   .projectApplicationfundAddDialog2{
 
+
+    /deep/ .select-popper { // 参照网上其他资料
+        z-index: 8888 !important;
+    }
+	
+   .el-select-dropdown__item.hover, .el-select-dropdown__item:hover{
+     background: none !important;
+   }
+	
+  .el-select-dropdown__item{
+    text-align: left;
+  }
     .el-header {
       background-color: #3d67bc;
       color: #333;
@@ -342,6 +354,9 @@
       justify-content: space-between;
       align-items: center;
     }
+    .el-select-dropdown__item{
+      text-align: left;
+    }
     .el-dialog__title{
       font-size: 22px;
     }

+ 1 - 0
src/views/firm.vue

@@ -105,6 +105,7 @@
             input.click();
             input.addEventListener("change",()=>{
               const fileLiu = input.files[0];
+              console.log(fileLiu);
               const NowDate = new Date(); 
               let data = {
                 projectName:fileLiu.name,

+ 24 - 44
src/views/makerActvity.vue

@@ -260,12 +260,12 @@
       <div class="download">
         <div>智能分链机器公开赛.pdf 点击下载</div>
       </div>
-      <div class="addMoneyBtn">
+      <div class="addMoneyBtn" style="margin-left: 0;">
           <div class="jia">+</div>添加
       </div>
       <div slot="footer" class="dialog-footer">
-        <el-button type="primary" @click="ending" class="btn5" size="mini">确认提交</el-button>
-        <el-button @click="init" class="btn5" style="background:#cccccc" size="mini">取消</el-button>
+        <el-button type="primary" @click="ending" class="diaBtn" style="background: #0e72e6;color: #fff;" size="mini">确认提交</el-button>
+        <el-button @click="init" class="diaBtn" style="background:#cccccc" size="mini">取消</el-button>
       </div>
     </el-dialog>
     <!-- 完结对话框结束 -->
@@ -440,6 +440,9 @@
             
           }
           
+        
+  }
+
         .dialog-footer{
             width: 100%;
             display: flex;
@@ -451,10 +454,8 @@
               font-size: 16px;
             }
         }
-  }
 
   .endDialog{  //完结对话框的
-
     .el-dialog__header{
     background: #32455b;
     }
@@ -468,8 +469,7 @@
         }
     .deleteContent{
       width: 100%;
-      text-align: left;
-      font-size: 20px;
+      font-size: 22px;
       color: #000;
       box-sizing: border-box;
       padding: 0 20px;
@@ -490,28 +490,7 @@
       font-weight: bold;
       color: #5391fd;
     }
-    .addMoneyBtn{
-      width: 120px;
-      height: 40px;
-      border: #000 1px dashed;
-      border-radius: 5px;
-      margin: 30px 0;
-      display: flex;
-      justify-content: center;
-      line-height: 40px;
-          .jia{
-              border-radius: 50%;
-              border: 1.5px #ccc solid;
-              font-size: 25px;
-              line-height: 26px;
-              font-weight: 10;
-              margin-top: 6px;
-              margin-right: 5px;
-              height: 27px;
-              width: 27px;
-              color: #ccc;
-          }
-    }
+
     .addDialogLogo{
       width: 60px;
       height: 30px;
@@ -523,21 +502,22 @@
       text-align: center;
     }
     
-.dialog-footer{    //对话框按钮
-    display: flex;
-    justify-content: center;
-    .btn5{
-      height: 40px;
-      background: #0e72e6;
-      width: 200px;
-      font-size: 16px;
-    }
-    .diaBtn{
-      width: 200px;
-      height: 40px;
-      font-size: 16px;
-    }
-  }
+// .dialog-footer{    //对话框按钮
+//     width: 100%;
+//     display: flex;
+//     justify-content: center;
+//     .btn5{
+//       height: 40px;
+//       background: #0e72e6;
+//       width: 180px;
+//       font-size: 16px;
+//     }
+//     .diaBtn{
+//       width: 130px;
+//       height: 40px;
+//       font-size: 16px;
+//     }
+//   }
   }
 }
 </style>

+ 1 - 1
src/views/projectSettlement.vue

@@ -126,7 +126,7 @@
         <el-table-column
           prop="operation"
           label="操作"
-          min-width="30%"
+          width="300"
           align="center"
           >
           <template #default="scope">

+ 3 - 56
src/views/projectSettlement2.vue

@@ -169,22 +169,6 @@
   <style lang="less">
   .projectSettlement2{
 
-    .ps1Header{
-      width: 100%;
-      display: flex;
-      justify-content:space-between;
-      .pAHeader1STit{
-        font-size: 16px;
-        margin-top: 10px;
-      }
-      .pAHeader1{
-        width: 110px;
-        font-weight: 600;
-        font-size: 22px;
-        display: flex;
-      }
-      
-    }
 
     .PS2tabTit0{
       width: 100%;
@@ -193,16 +177,7 @@
       color: #ccc;
       font-size: 22px;
     }
-    .PS2tabTit{
-        width: 100%;
-        text-align: left;
-        // margin-left: 20px;
-        font-size: 18px;
-        font-weight:bolder;
-        box-sizing: border-box;
-        // padding-bottom: 20px;
-        margin-top: 20px;
-    }
+
     .pm1footer{
         width: 100%;
         display: flex;
@@ -221,33 +196,7 @@
           resize: none;
         }
     }
-    .pm1Tit{
-      display: flex;
-      div{
-        // width: 130px;
-        cursor: pointer;
-        font-weight: 550;
-        position: relative;
-        font-size: 18px;
-        display: flex;
-        flex-direction: column;
-        align-items: flex-start;
-        justify-content: center;
-        margin-right: 10px;
-      }
-      .pm1TitActive::after{
-        content: "";
-        display: block;
-        // left: 13px;
-        width: 100%;
-        left: 15px;
-        height: 2px;
-        position: absolute;
-        left: 0;
-        bottom: -2px;
-        background: #3d67bc;
-      }
-    }
+
     
     .ps2Inp{
       width: 100%;
@@ -263,7 +212,5 @@
       }
     }
   }
-  .bt1{
-    font-size: 14px;
-  }
+
   </style>