yuanyiming 2 anni fa
parent
commit
76fb44177f

+ 14 - 11
src/views/activityManage/makerActvityApply.vue

@@ -337,20 +337,23 @@
   }
   .addDialogLogo{
     width: 60px;
-    height: 30px;
-    line-height: 30px;
-    background: #f2f2f2;
-    position: absolute;
-    left: 10px;
-    top: 10px;
-    text-align: center;
+        height: 30px;
+        display: flex;
+        justify-content: center;
+        line-height: 30px;
+        border-radius: 5px;
+        background: #f2f2f2;
+        position: absolute;
+        left: 20px; top: 15px; 
   }
  
   .el-dialog__title{
-    // margin-left:250px;
-    display: flex;
-    justify-content: center;
-    color:rgb(246, 247, 246);
+    color:#fff;
+        display: flex;
+        justify-content: center;
+        font-size: 18px;
+        position: relative;
+        top: -2px;
   }
   
   .dialog-footer{

+ 19 - 16
src/views/activityManage/makerActvityDetails.vue

@@ -260,7 +260,7 @@
                     <div class="addDialogLogo">LOGO</div>
                     <div class="deleteContent" >是否删除“{{DelFileData.fileName}}”文件?</div>
                     <span slot="footer" class="dialog-footer">
-                        <el-button type="danger" @click="DelFileYes" class="btn5" size="small">确认删除</el-button>
+                        <el-button type="primary" @click="DelFileYes" class="btn5" size="small">确认删除</el-button>
                         <el-button @click="DelFileDialog=false;" class="btn5" style="background:#cccccc" size="small">取消</el-button>
                     </span>
                   </el-dialog>
@@ -285,7 +285,7 @@
                     :visible.sync="DelTeacherDialog"
                     width="600px"
                     class="MAputIn AddMember">
-                    <div class="addDialogLogo">LOGO</div>
+                    <!-- <div class="addDialogLogo">LOGO</div> -->
                     <div class="deleteContent">是否删除“{{ delTeacherTable.Name}}”指导老师?</div>
                     <span slot="footer" class="dialog-footer">
                         <el-button type="primary" @click="DelTeacherYes" class="btn5" size="small">确认删除</el-button>
@@ -669,25 +669,28 @@ export default {
   .deleteContent{
     width: 100%;
     text-align: center;
-    font-size: 25px;
+    font-size: 22px;
     color: #000;
   }
   .addDialogLogo{
     width: 60px;
-    height: 30px;
-    line-height: 30px;
-    background: #f2f2f2;
-    position: absolute;
-    left: 10px;
-    top: 10px;
-    text-align: center;
+        height: 30px;
+        display: flex;
+        justify-content: center;
+        line-height: 30px;
+        border-radius: 5px;
+        background: #f2f2f2;
+        position: absolute;
+        left: 20px; top: 15px; 
   }
  
   .el-dialog__title{
-    // margin-left:250px;
-    display: flex;
-    justify-content: center;
-    color:rgb(246, 247, 246);
+    color:#fff;
+        display: flex;
+        justify-content: center;
+        font-size: 18px;
+        position: relative;
+        top: -2px;
   }
   
   .dialog-footer{
@@ -695,8 +698,8 @@ export default {
     justify-content: center;
     .btn5{
       // background: #0e72e6;
-      height: 40px;
-      width: 200px;
+      // height: 40px;
+      // width: 200px;
       font-size: 16px;
     }
   }

+ 14 - 11
src/views/credit/credit1.vue

@@ -237,20 +237,23 @@
   }
   .addDialogLogo{
     width: 60px;
-    height: 30px;
-    line-height: 30px;
-    background: #f2f2f2;
-    position: absolute;
-    left: 10px;
-    top: 10px;
-    text-align: center;
+        height: 30px;
+        display: flex;
+        justify-content: center;
+        line-height: 30px;
+        border-radius: 5px;
+        background: #f2f2f2;
+        position: absolute;
+        left: 20px; top: 15px; 
   }
  
   .el-dialog__title{
-    // margin-left:250px;
-    display: flex;
-    justify-content: center;
-    color:rgb(246, 247, 246);
+    color:#fff;
+        display: flex;
+        justify-content: center;
+        font-size: 18px;
+        position: relative;
+        top: -2px;
   }
   
   .dialog-footer{

+ 6 - 2
src/views/firm.vue

@@ -302,8 +302,12 @@ export default {
       background: #32455b;
     }
     .el-dialog__title {
-      color: #fff;
-      font-size: 18px;
+      color:#fff;
+        display: flex;
+        justify-content: center;
+        font-size: 18px;
+        position: relative;
+        top: -2px;
     }
     .addDialogMid {
       box-sizing: border-box;

+ 5 - 2
src/views/fundManage/makerfundApply.vue

@@ -588,9 +588,12 @@ export default {
         background: #32455b;
     }
     .el-dialog__title{
+        color:#fff;
+        display: flex;
+        justify-content: center;
         font-size: 18px;
-
-        color:rgb(246, 247, 246);
+        position: relative;
+        top: -2px;
     }
     .addDialogMid{
         box-sizing: border-box;

+ 6 - 3
src/views/fundManage/makerfundDetails.vue

@@ -644,9 +644,12 @@ export default {
       background: #32455b;
   }
   .el-dialog__title{
-      font-size: 18px;
-
-      color:rgb(246, 247, 246);
+    color:#fff;
+        display: flex;
+        justify-content: center;
+        font-size: 18px;
+        position: relative;
+        top: -2px;
   }
   .addDialogMid{
       box-sizing: border-box;

+ 5 - 3
src/views/projectApply/projectApplication.vue

@@ -548,9 +548,11 @@
   }
   .el-dialog__title{
     color:#fff;
-    font-size: 18px;
-    display: flex;
-    justify-content: center;
+        display: flex;
+        justify-content: center;
+        font-size: 18px;
+        position: relative;
+        top: -2px;
   }
   .addDialogMid{
     box-sizing: border-box;

+ 15 - 12
src/views/projectApply/projectApplication2.vue

@@ -156,23 +156,26 @@ import { VueEditor } from "vue2-editor";
    color: #000;
  }
  .addDialogLogo{
-   width: 60px;
-   height: 30px;
-   line-height: 30px;
-   background: #f2f2f2;
-   position: absolute;
-   left: 10px;
-   top: 10px;
-   text-align: center;
+  width: 60px;
+        height: 30px;
+        display: flex;
+        justify-content: center;
+        line-height: 30px;
+        border-radius: 5px;
+        background: #f2f2f2;
+        position: absolute;
+        left: 20px; top: 15px; 
  }
  .el-dialog__header{
  background: #32455b;
  }
  .el-dialog__title{
-   font-size: 18px;
-   color:rgb(246, 247, 246);
-   display: flex;
-   justify-content: center;
+  color:#fff;
+        display: flex;
+        justify-content: center;
+        font-size: 18px;
+        position: relative;
+        top: -2px;
  }
  .addDialogMid{
    box-sizing: border-box;

+ 5 - 1
src/views/projectApply/projectApplicationApply.vue

@@ -486,7 +486,11 @@
             }
             .el-dialog__title{
               color:#fff;
-              font-size: 18px;
+        display: flex;
+        justify-content: center;
+        font-size: 18px;
+        position: relative;
+        top: -2px;
             }
             .el-dialog__body{
               display: flex;

+ 4 - 0
src/views/projectApply/projectApplicationApply3.vue

@@ -638,7 +638,11 @@ import { VueEditor } from "vue2-editor";
             }
             .el-dialog__title{
               color:#fff;
+              display: flex;
+              justify-content: center;
               font-size: 18px;
+              position: relative;
+              top: -2px;
             }
             .el-dialog__body{
               display: flex;

+ 6 - 3
src/views/projectApply/projectApplicationApplyMain.vue

@@ -359,9 +359,12 @@
     background: #32455b;
     }
     .el-dialog__title{
-      font-size: 18px;
-
-      color:rgb(246, 247, 246);
+      color:#fff;
+        display: flex;
+        justify-content: center;
+        font-size: 18px;
+        position: relative;
+        top: -2px;
     }
     .addDialogMid{
       box-sizing: border-box;

+ 4 - 2
src/views/projectApply/projectApplicationDetails.vue

@@ -527,9 +527,11 @@
       }
       .el-dialog__title{
         color:#fff;
-        font-size: 22px;
+        display: flex;
+        justify-content: center;
+        font-size: 18px;
         position: relative;
-        top: -5px;
+        top: -2px;
       }
       .el-dialog__body{
         display: flex;

+ 14 - 10
src/views/projectManage/ProjectManagement4.vue

@@ -246,14 +246,14 @@
         }
         .addDialogLogo {
           width: 60px;
-          height: 30px;
-          line-height: 30px;
-          background: #f2f2f2;
-          position: absolute;
-          display: flex;
-          justify-content: center;
-          left: 20px;
-          top: 15px;
+        height: 30px;
+        display: flex;
+        justify-content: center;
+        line-height: 30px;
+        border-radius: 5px;
+        background: #f2f2f2;
+        position: absolute;
+        left: 20px; top: 15px; 
         }
         .el-dialog__header {
           display: flex;
@@ -261,8 +261,12 @@
           background: #32455b;
         }
         .el-dialog__title {
-          color: #fff;
-          font-size: 22px;
+          color:#fff;
+        display: flex;
+        justify-content: center;
+        font-size: 18px;
+        position: relative;
+        top: -2px;
         }
         .addDialogMid {
           box-sizing: border-box;

+ 14 - 10
src/views/projectManage/ProjectManagement5.vue

@@ -253,14 +253,14 @@
         }
         .addDialogLogo {
           width: 60px;
-          height: 30px;
-          line-height: 30px;
-          background: #f2f2f2;
-          position: absolute;
-          display: flex;
-          justify-content: center;
-          left: 20px;
-          top: 15px;
+        height: 30px;
+        display: flex;
+        justify-content: center;
+        line-height: 30px;
+        border-radius: 5px;
+        background: #f2f2f2;
+        position: absolute;
+        left: 20px; top: 15px; 
         }
         .el-dialog__header {
           display: flex;
@@ -268,8 +268,12 @@
           background: #32455b;
         }
         .el-dialog__title {
-          color: #fff;
-          font-size: 22px;
+          color:#fff;
+        display: flex;
+        justify-content: center;
+        font-size: 18px;
+        position: relative;
+        top: -2px;
         }
         .addDialogMid {
           box-sizing: border-box;

+ 6 - 1
src/views/projectManage/ProjectManagementFund2.vue

@@ -141,7 +141,12 @@
       text-align: left;
     }
     .el-dialog__title{
-      font-size: 22px;
+      color:#fff;
+        display: flex;
+        justify-content: center;
+        font-size: 18px;
+        position: relative;
+        top: -2px;
     }
     font-size: 16px !important;
     .el-dialog__header{

+ 10 - 6
src/views/projectSettlement/projectSettlement3.vue

@@ -238,13 +238,13 @@
         .addDialogLogo {
           width: 60px;
           height: 30px;
+          display: flex;
+          justify-content: center;
           line-height: 30px;
+          border-radius: 5px;
           background: #f2f2f2;
           position: absolute;
-          display: flex;
-          justify-content: center;
-          left: 20px;
-          top: 15px;
+          left: 20px; top: 15px; 
         }
         .el-dialog__header {
           display: flex;
@@ -252,8 +252,12 @@
           background: #32455b;
         }
         .el-dialog__title {
-          color: #fff;
-          font-size: 22px;
+          color:#fff;
+        display: flex;
+        justify-content: center;
+        font-size: 18px;
+        position: relative;
+        top: -2px;
         }
         .addDialogMid {
           box-sizing: border-box;

+ 10 - 6
src/views/projectSettlement/projectSettlement4.vue

@@ -248,13 +248,13 @@
         .addDialogLogo {
           width: 60px;
           height: 30px;
+          display: flex;
+          justify-content: center;
           line-height: 30px;
+          border-radius: 5px;
           background: #f2f2f2;
           position: absolute;
-          display: flex;
-          justify-content: center;
-          left: 20px;
-          top: 15px;
+          left: 20px; top: 15px; 
         }
         .el-dialog__header {
           display: flex;
@@ -262,8 +262,12 @@
           background: #32455b;
         }
         .el-dialog__title {
-          color: #fff;
-          font-size: 22px;
+          color:#fff;
+          display: flex;
+          justify-content: center;
+          font-size: 18px;
+          position: relative;
+          top: -2px;
         }
         .addDialogMid {
           box-sizing: border-box;