Prechádzať zdrojové kódy

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

Q-ABAB 2 rokov pred
rodič
commit
9c53c34cbc

+ 1 - 0
src/views/activityManage/makerActvity.vue

@@ -341,6 +341,7 @@
               this.$message.success("审核成功");
               this.auditDialog = false;
               for(let i in this.processTable)this.processTable[i] = '';
+              this.getData()
             }else{
               this.$message.error("审核失败")
             }

+ 13 - 4
src/views/projectApply/projectApplication.vue

@@ -519,14 +519,20 @@
     float: right;
     margin: 20px 35px 10px;
   }
-  .addDialog{   //删除框
+
+
+  .addDialog{          //删除对话框
   font-size: 18px;
   .el-dialog{
     border-radius: 5px;
     overflow: hidden;
   }
+  .el-dialog__body{
+    display: flex;
+    justify-content: center;
+  }
   .deleteContent{
-    margin: 30px 0;
+    // margin: 30px 0;
     font-size: 22px;
     color: #000;
   }
@@ -537,10 +543,13 @@
     background: #f2f2f2;
     position: absolute;
     left: 20px; top: 15px; 
+    display: flex;
+    justify-content: center;
   }
   .el-dialog__header{
       background: #32455b;
-     
+     position: relative;
+     top: -5px;
   }
   .el-dialog__title{
     color:#fff;
@@ -586,7 +595,7 @@
   }
 }
 
-  .dialogWidth{
+  .dialogWidth{    //立项审核对话框
       .el-input__inner{
         width: 300px;
       }

+ 7 - 6
src/views/projectApply/projectApplication2.vue

@@ -138,14 +138,13 @@ import { VueEditor } from "vue2-editor";
   
   <style lang="less">
   .projectApplication2{
- //项目修改对话框开始
- .projectApplicationfundAddDialog{  
+
+ .projectApplicationfundAddDialog{    //项目修改对话框开始
  
- .el-dialog__header{
-   border-radius: 10px 10px 0 0;
- }
+
  .el-dialog{
-   border-radius:10px ;
+   border-radius:5px ;
+   overflow: hidden;
  }
  
  .deleteContent{
@@ -170,6 +169,8 @@ import { VueEditor } from "vue2-editor";
  .el-dialog__title{
    font-size: 22px;
    color:rgb(246, 247, 246);
+   display: flex;
+   justify-content: center;
  }
  .addDialogMid{
    box-sizing: border-box;