Kaynağa Gözat

对话框按钮样式

yuanyiming 2 yıl önce
ebeveyn
işleme
8bb8707bb0

+ 4 - 3
src/App.vue

@@ -536,9 +536,10 @@
           right: 30px;
           bottom: 0;
       }
-
-
-      // 对话框顶部样式
+      .AllDialogBtn{
+        width: 120px;
+        font-size: 16px !important;
+      }
       
 
 </style>

+ 6 - 9
src/views/activityManage/makerActvity.vue

@@ -189,8 +189,8 @@
               </div>
             </div>
             <div slot="footer" class="dialog-footer">
-              <el-button type="primary" @click="commit" class="diaBtn">确认提交</el-button>
-              <el-button @click="init" class="diaBtn">取消</el-button>
+              <el-button type="primary" @click="commit" class="AllDialogBtn">确认提交</el-button>
+              <el-button @click="init" class="AllDialogBtn">取消</el-button>
             </div>
       </el-dialog>
       <!-- 活动审核对话框结束 -->
@@ -248,8 +248,8 @@
 
 
             <div slot="footer" class="dialog-footer">
-              <el-button type="primary" @click="commit2" class="diaBtn">确认提交</el-button>
-              <el-button @click="init" class="diaBtn">取消</el-button>
+              <el-button type="primary" @click="commit2" class="AllDialogBtn">确认提交</el-button>
+              <el-button @click="init" class="AllDialogBtn">取消</el-button>
             </div>
       </el-dialog>
       <!-- 驳回提交对话框结束 -->
@@ -278,8 +278,8 @@
           <el-button type="primary" @click="endTable.file=''">删除文件</el-button>
       </div> -->
       <div slot="footer" class="dialog-footer">
-        <el-button type="primary" @click="ending" class="diaBtn">确认提交</el-button>
-        <el-button @click="cancelEndTableFile" class="diaBtn">取消</el-button>
+        <el-button type="primary" @click="ending" class="AllDialogBtn">确认提交</el-button>
+        <el-button @click="cancelEndTableFile" class="AllDialogBtn">取消</el-button>
       </div>
     </el-dialog>
     <!-- 完结对话框结束 -->
@@ -584,9 +584,6 @@ import beUpload from '../../components/tool/beUpload'
             width: 100%;
             display: flex;
             justify-content: center;
-            .diaBtn{
-              font-size: 16px;
-            }
         }
 
   .endDialog{  //完结对话框的

+ 2 - 8
src/views/activityManage/makerActvityApply.vue

@@ -222,8 +222,8 @@
         <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>
-            <el-button @click="DelTeacherDialog=false;" class="btn5" style="background:#cccccc" size="small">取消</el-button>
+            <el-button type="primary" @click="DelTeacherYes" class="AllDialogBtn" size="small">确认删除</el-button>
+            <el-button @click="DelTeacherDialog=false;" class="AllDialogBtn" size="small">取消</el-button>
         </span>
       </el-dialog>
       <!-- 删除指导老师结束 -->
@@ -359,12 +359,6 @@
   .dialog-footer{
     display: flex;
     justify-content: center;
-    .btn5{
-      // background: #0e72e6;
-      height: 40px;
-      width: 200px;
-      font-size: 16px;
-    }
   }
 }
 

+ 2 - 8
src/views/activityManage/makerActvityApply2.vue

@@ -75,8 +75,8 @@
         <div class="addDialogLogo">LOGO</div>
         <div class="deleteContent">是否提交“{{activityName}}”项目活动?</div>
         <span slot="footer" class="dialog-footer">
-            <el-button type="primary" @click="submit" class="btn5" size="small">确认提交</el-button>
-            <el-button @click="dialogVisible1=false;" class="btn5" style="background:#cccccc" size="small">取消</el-button>
+            <el-button type="primary" @click="submit" class="AllDialogBtn" size="small">确认提交</el-button>
+            <el-button @click="dialogVisible1=false;" class="AllDialogBtn" style="background:#cccccc" size="small">取消</el-button>
         </span>
       </el-dialog>
       <!-- 提交对话框结束 -->
@@ -186,12 +186,6 @@
   .dialog-footer{
     display: flex;
     justify-content: center;
-    .btn5{
-      background: #0e72e6;
-      height: 40px;
-      width: 200px;
-      font-size: 16px;
-    }
   }
 }
    }

+ 8 - 14
src/views/activityManage/makerActvityDetails.vue

@@ -247,8 +247,8 @@
                     <div class="addDialogLogo">LOGO</div>
                     <div class="deleteContent">是否修改“{{ tableData.title}}”项目活动?</div>
                     <span slot="footer" class="dialog-footer">
-                        <el-button type="primary" @click="save" class="btn5" size="small">确认提交</el-button>
-                        <el-button @click="dialogVisible1=false;" class="btn5" style="background:#cccccc" size="small">取消</el-button>
+                        <el-button type="primary" @click="save" class="AllDialogBtn" size="small">确认提交</el-button>
+                        <el-button @click="dialogVisible1=false;" class="AllDialogBtn" style="background:#cccccc" size="small">取消</el-button>
                     </span>
                   </el-dialog>
                   <!-- 删除文件对话框结束 -->
@@ -260,8 +260,8 @@
                     <div class="addDialogLogo">LOGO</div>
                     <div class="deleteContent" >是否删除“{{DelFileData.fileName}}”文件?</div>
                     <span slot="footer" class="dialog-footer">
-                        <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>
+                        <el-button type="primary" @click="DelFileYes" class="AllDialogBtn" size="small">确认删除</el-button>
+                        <el-button @click="DelFileDialog=false;" class="AllDialogBtn" style="background:#cccccc" size="small">取消</el-button>
                     </span>
                   </el-dialog>
                   <!-- 删除文件对话框结束 -->
@@ -274,8 +274,8 @@
                     <div class="addDialogLogo">LOGO</div>
                     <div class="deleteContent">是否审核“{{ tableData.title}}”项目活动?</div>
                     <span slot="footer" class="dialog-footer">
-                        <el-button type="primary" @click="process" class="btn5" size="small">确认审核</el-button>
-                        <el-button @click="processDialog=false;" class="btn5" style="background:#cccccc" size="small">取消</el-button>
+                        <el-button type="primary" @click="process" class="AllDialogBtn" size="small">确认审核</el-button>
+                        <el-button @click="processDialog=false;" class="AllDialogBtn" style="background:#cccccc" size="small">取消</el-button>
                     </span>
                   </el-dialog>
                   <!-- 审核对话框结束 -->
@@ -288,8 +288,8 @@
                     <!-- <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>
-                        <el-button @click="DelTeacherDialog=false;" class="btn5" style="background:#cccccc" size="small">取消</el-button>
+                        <el-button type="primary" @click="DelTeacherYes" class="AllDialogBtn" size="small">确认删除</el-button>
+                        <el-button @click="DelTeacherDialog=false;" class="AllDialogBtn" size="small">取消</el-button>
                     </span>
                   </el-dialog>
                   <!-- 删除老师对话框结束 -->
@@ -696,12 +696,6 @@ export default {
   .dialog-footer{
     display: flex;
     justify-content: center;
-    .btn5{
-      // background: #0e72e6;
-      // height: 40px;
-      // width: 200px;
-      font-size: 16px;
-    }
   }
 }
 .BtnStyle{

+ 1 - 1
src/views/credit/credit.vue

@@ -161,7 +161,7 @@
         </el-table-column>
         </el-table>
         <span slot="footer" class="dialog-footer">
-            <el-button type="primary" @click="queryScoreDialog = false" class="btn5" size="small">确认</el-button>
+            <el-button type="primary" @click="queryScoreDialog = false" class="AllDialogBtn" size="small">确认</el-button>
         </span>
       </el-dialog>
       <!-- 查看学分弹窗END -->

+ 8 - 8
src/views/credit/credit1.vue

@@ -147,8 +147,8 @@
               </div>
             </div>
         <span slot="footer" class="dialog-footer">
-            <el-button type="primary" @click="changeScore" class="btn5" size="small">修改</el-button>
-            <el-button @click="changeScoreDialog = false" class="btn5" size="small">取消</el-button>
+            <el-button type="primary" @click="changeScore" class="AllDialogBtn" size="small">修改</el-button>
+            <el-button @click="changeScoreDialog = false" class="AllDialogBtn" size="small">取消</el-button>
         </span>
       </el-dialog>
     </div>
@@ -259,12 +259,12 @@
   .dialog-footer{
     display: flex;
     justify-content: center;
-    .btn5{
-      // background: #0e72e6;
-      height: 40px;
-      width: 200px;
-      font-size: 16px;
-    }
+    // .btn5{
+    //   // background: #0e72e6;
+    //   height: 40px;
+    //   width: 200px;
+    //   font-size: 16px;
+    // }
   }
 }
   </style>

+ 5 - 5
src/views/firm.vue

@@ -105,8 +105,8 @@
       <div class="addDialogLogo">LOGO</div>
       <span class="deleteContent">确定删除文件?</span>
       <span slot="footer" class="dialog-footer">
-        <el-button type="primary" @click="commitDel" class="btn5">确认删除</el-button>
-        <el-button @click="dialogVisible1 = false" class="btn5">取消</el-button>
+        <el-button type="primary" @click="commitDel" class="AllDialogBtn">确认删除</el-button>
+        <el-button @click="dialogVisible1 = false" class="AllDialogBtn">取消</el-button>
       </span>
     </el-dialog>
     <!-- 删除通知结束-->
@@ -340,9 +340,9 @@ export default {
       display: flex;
       justify-content: center;
       box-sizing: border-box;
-      .btn5 {
-        font-size: 16px;
-      }
+      // .btn5 {
+      //   font-size: 16px;
+      // }
     }
   }
 

+ 6 - 6
src/views/fundManage/makerfund.vue

@@ -280,8 +280,8 @@
         </div>
 
         <div slot="footer" class="dialog-footer">
-          <el-button type="primary" @click="auditPass" class="diaBtn">审核通过</el-button>
-          <el-button @click="init" class="diaBtn">取消</el-button>
+          <el-button type="primary" @click="auditPass" class="AllDialogBtn">审核通过</el-button>
+          <el-button @click="init" class="AllDialogBtn">取消</el-button>
         </div>
       </el-dialog>
     <!-- 审核对话框结束 -->
@@ -394,8 +394,8 @@
           </el-input>
         </div>
         <div slot="footer" class="dialog-footer">
-          <el-button type="primary" @click="init" class="diaBtn">审核通过</el-button>
-          <el-button @click="init" class="diaBtn">取消</el-button>
+          <el-button type="primary" @click="init" class="AllDialogBtn">审核通过</el-button>
+          <el-button @click="init" class="AllDialogBtn">取消</el-button>
         </div>
       </el-dialog>
     </div>
@@ -409,8 +409,8 @@
       <div class="addDialogLogo">LOGO</div>
       <span class="deleteContent">确定完结?</span>
       <span slot="footer" class="dialog-footer">
-        <el-button type="primary" @click="confirmEnd" >确认完结</el-button>
-        <el-button @click="dialogVisible1=false" >取消</el-button>
+        <el-button type="primary" @click="confirmEnd" class="AllDialogBtn">确认完结</el-button>
+        <el-button @click="dialogVisible1=false" class="AllDialogBtn">取消</el-button>
       </span>
     </el-dialog>
 <!-- 完结对话框结束-->

+ 4 - 10
src/views/fundManage/makerfundApply.vue

@@ -231,8 +231,8 @@
           <div class="addDialogLogo">LOGO</div>
           <div class="deleteContent">确定提交?</div>
           <span slot="footer" class="dialog-footer">
-            <el-button type="primary" @click="submitAll" class="btn5">确认提交</el-button>
-            <el-button @click="init" class="btn5" style="background:#cccccc" size="small">取消</el-button>
+            <el-button type="primary" @click="submitAll" class="AllDialogBtn">确认提交</el-button>
+            <el-button @click="init" class="AllDialogBtn" size="small">取消</el-button>
           </span>
         </el-dialog>
       <!-- 提交对话框结束 -->
@@ -622,14 +622,8 @@ export default {
     }
     }
     .dialog-footer{
-    display: flex;
-    justify-content: center;
-    .btn5{
-    height: 40px;
-    font-size: 16px;
-    background: #0e72e6;
-    width: 200px;
-    }
+        display: flex;
+        justify-content: center;
     }
     }
     //提交对话框结束

+ 7 - 12
src/views/fundManage/makerfundDetails.vue

@@ -234,8 +234,8 @@
         <div class="addDialogLogo">LOGO</div>
         <div class="deleteContent">确定修改?</div>
         <span slot="footer" class="dialog-footer">
-          <el-button type="primary" @click="submitAll" class="btn5">确认提交</el-button>
-          <el-button @click="init" class="btn5" style="background:#cccccc" size="small">取消</el-button>
+          <el-button type="primary" @click="submitAll" class="AllDialogBtn">确认提交</el-button>
+          <el-button @click="init" class="AllDialogBtn" size="small">取消</el-button>
         </span>
       </el-dialog>
     <!-- 提交对话框结束 -->
@@ -250,8 +250,8 @@
         <div class="addDialogLogo">LOGO</div>
         <div class="deleteContent">确定完成审核?</div>
         <span slot="footer" class="dialog-footer">
-          <el-button type="primary" @click="submitAudit" class="btn5">确认审核</el-button>
-          <el-button @click="auditDialog=false" class="btn5" style="background:#cccccc" size="small">取消</el-button>
+          <el-button type="primary" @click="submitAudit" class="AllDialogBtn">确认审核</el-button>
+          <el-button @click="auditDialog=false" class="AllDialogBtn" size="small">取消</el-button>
         </span>
       </el-dialog>
     <!-- 审核对话框结束 -->
@@ -678,14 +678,9 @@ export default {
   }
   }
   .dialog-footer{
-  display: flex;
-  justify-content: center;
-  .btn5{
-  height: 40px;
-  font-size: 16px;
-  background: #0e72e6;
-  width: 200px;
-  }
+    display: flex;
+    justify-content: center;
+
   }
   }
   //提交对话框结束

+ 9 - 9
src/views/messageNotification.vue

@@ -96,8 +96,8 @@
         </div>
       </div>
       <div slot="footer" class="dialog-footer">
-        <el-button type="primary" @click="confirmAdd" >确认添加</el-button>
-        <el-button @click="init" >取 消</el-button>
+        <el-button type="primary" @click="confirmAdd" class="AllDialogBtn">确认添加</el-button>
+        <el-button @click="init" class="AllDialogBtn">取 消</el-button>
       </div>
     </el-dialog>
 <!-- 添加全站通知结束-->
@@ -112,8 +112,8 @@
       <div class="addDialogLogo">LOGO</div>
       <div class="deleteContent">确定删除通知?</div>
       <div slot="footer" class="dialog-footer">
-        <el-button type="primary" @click="confirmDel" >确认删除</el-button>
-        <el-button @click="dialogVisible1=false"  >取消</el-button>
+        <el-button type="primary" @click="confirmDel" class="AllDialogBtn">确认删除</el-button>
+        <el-button @click="dialogVisible1=false"  class="AllDialogBtn">取消</el-button>
       </div>
     </el-dialog>
 <!-- 删除通知结束-->
@@ -137,7 +137,7 @@
         </div>
       </div>
       <div slot="footer" class="dialog-footer">
-        <el-button type="primary" @click="dialogVisible2=false" class="btn5">关闭</el-button>
+        <el-button type="primary" @click="dialogVisible2=false" class="AllDialogBtn">关闭</el-button>
       </div>
     </el-dialog>
 <!-- 查看通知结束 -->
@@ -485,10 +485,10 @@
         display: flex;
         justify-content: center;
         box-sizing: border-box;
-        .btn5{
-          width: 300px;
-          font-size: 16px;
-        }
+        // .btn5{
+        //   width: 300px;
+        //   font-size: 16px;
+        // }
       }
 }
 </style>

+ 7 - 15
src/views/projectApply/projectApplication.vue

@@ -229,8 +229,8 @@
             </div>
           </div>
           <div slot="footer" class="dialog-footer">
-            <el-button type="primary" @click="commit2" class="diaBtn" >确认提交</el-button>
-            <el-button @click="init" class="diaBtn">取消</el-button>
+            <el-button type="primary" @click="commit2" class="AllDialogBtn" >确认提交</el-button>
+            <el-button @click="init" class="AllDialogBtn">取消</el-button>
           </div>
       </el-dialog>
 <!-- 立项撤回对话框开始 -->
@@ -271,8 +271,8 @@
               </div>
             </div>
             <div slot="footer" class="dialog-footer">
-              <el-button type="primary" @click="commit" class="diaBtn" >确认提交</el-button>
-              <el-button @click="init" class="diaBtn">取消</el-button>
+              <el-button type="primary" @click="commit" class="AllDialogBtn" >确认提交</el-button>
+              <el-button @click="init" class="AllDialogBtn">取消</el-button>
             </div>
       </el-dialog>
 <!-- 立项审核对话框结束 -->
@@ -285,8 +285,8 @@
       <div class="addDialogLogo">LOGO</div>
       <span class="deleteContent">确定删除项目?</span>
       <span slot="footer" class="dialog-footer">
-        <el-button type="primary" @click="dialogDel" class="btn5">确认删除</el-button>
-        <el-button @click="init" class="btn5" >取消</el-button>
+        <el-button type="primary" @click="dialogDel" class="AllDialogBtn">确认删除</el-button>
+        <el-button @click="init" class="AllDialogBtn" >取消</el-button>
       </span>
       </el-dialog>
 <!-- 删除通知结束-->
@@ -586,9 +586,6 @@
     display: flex;
     justify-content: center;
     box-sizing: border-box;
-    .btn5{
-      font-size: 16px;
-    }
   }
 }
 
@@ -677,12 +674,7 @@
             display: flex;
             justify-content: center;
             margin-bottom: 10px;
-            .diaBtn{
-              // width: 180px;
-              // height: 35px;
-              // line-height: 5px;
-              font-size: 16px;
-            }
+           
         }
   }
   

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

@@ -206,12 +206,12 @@ import { VueEditor } from "vue2-editor";
 .dialog-footer{
  display: flex;
  justify-content: center;
- .btn5{
-   height: 40px;
-   font-size: 16px;
-   background: #0e72e6;
-   width: 200px;
- }
+//  .btn5{
+//    height: 40px;
+//    font-size: 16px;
+//    background: #0e72e6;
+//    width: 200px;
+//  }
 }
 }
 //项目修改对话框结束

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

@@ -227,10 +227,10 @@
               </div>
             </div>
             <div slot="footer" class="footer">
-              <el-button v-show="isAddMember==1" type="primary" @click="commit" class="diaBtn" >确认提交</el-button>
-              <el-button v-show="isAddMember==2" type="primary" @click="commit2" class="diaBtn" >确认修改</el-button>
+              <el-button v-show="isAddMember==1" type="primary" @click="commit" class="AllDialogBtn" >确认提交</el-button>
+              <el-button v-show="isAddMember==2" type="primary" @click="commit2" class="AllDialogBtn" >确认修改</el-button>
 
-              <el-button @click="init" class="diaBtn">取消</el-button>
+              <el-button @click="init" class="AllDialogBtn">取消</el-button>
             </div>
       </el-dialog>
       <!--添加成员dialog对话框结束 -->
@@ -243,8 +243,8 @@
               class="delMemberDialog">
               <span class="deleteContent">确定删除成员?</span>
               <span slot="footer" class="dialog-footer">
-                <el-button type="primary" @click="commitDelMember" class="btn5">确认删除</el-button>
-                <el-button @click="init" class="btn5" >取消</el-button>
+                <el-button type="primary" @click="commitDelMember" class="AllDialogBtn">确认删除</el-button>
+                <el-button @click="init" class="AllDialogBtn" >取消</el-button>
               </span>
             </el-dialog>
       <!-- 删除成员对话框结束 -->
@@ -515,9 +515,6 @@
               display: flex;
               justify-content: center;
               box-sizing: border-box;
-              .btn5{
-                font-size: 16px;
-              }
             }
           }
 }

+ 7 - 10
src/views/projectApply/projectApplicationApply3.vue

@@ -184,7 +184,7 @@
       </div>
 
       <div slot="footer" class="dialog-footer">
-        <el-button type="primary" @click="finish" class="btn5">完成</el-button>
+        <el-button type="primary" @click="finish" class="AllDialogBtn">完成</el-button>
       </div>
     </el-dialog>
     <!-- 经费明细添加按钮结束 -->
@@ -298,8 +298,8 @@
               class="delMemberDialog">
               <span class="deleteContent">确定删除此经费明细?</span>
               <span slot="footer" class="dialog-footer">
-                <el-button type="primary" @click="commitDel" class="btn5">确认删除</el-button>
-                <el-button @click="init" class="btn5" >取消</el-button>
+                <el-button type="primary" @click="commitDel" class="AllDialogBtn">确认删除</el-button>
+                <el-button @click="init" class="AllDialogBtn" >取消</el-button>
               </span>
             </el-dialog>
       <!-- 删除成员对话框结束 -->
@@ -545,10 +545,10 @@ import { VueEditor } from "vue2-editor";
           }
         }
         
-        .btn5{
-          width: 130px;
-          margin-right: 50px;
-        }
+        // .btn5{
+        //   width: 130px;
+        //   margin-right: 50px;
+        // }
     }
 
 
@@ -655,9 +655,6 @@ import { VueEditor } from "vue2-editor";
               display: flex;
               justify-content: center;
               box-sizing: border-box;
-              .btn5{
-                font-size: 16px;
-              }
             }
           }
 .monthFund{

+ 8 - 8
src/views/projectApply/projectApplicationApplyMain.vue

@@ -37,8 +37,8 @@
           <div class="addDialogLogo">LOGO</div>
           <div class="deleteContent">确定提交“{{projectApplicationApply1.select.projectName}}”项目立项?</div>
           <span slot="footer" class="dialog-footer">
-            <el-button type="primary" @click="submitAll" class="btn5">确认提交</el-button>
-            <el-button @click="init" class="btn5" style="background:#cccccc" size="small">取消</el-button>
+            <el-button type="primary" @click="submitAll" class="AllDialogBtn">确认提交</el-button>
+            <el-button @click="init" size="AllDialogBtn">取消</el-button>
           </span>
         </el-dialog>
       <!-- 提交对话框结束 -->
@@ -395,12 +395,12 @@
   .dialog-footer{
     display: flex;
     justify-content: center;
-    .btn5{
-      height: 40px;
-      font-size: 16px;
-      background: #0e72e6;
-      width: 200px;
-    }
+    // .btn5{
+    //   height: 40px;
+    //   font-size: 16px;
+    //   background: #0e72e6;
+    //   width: 200px;
+    // }
   }
   }
    //提交对话框结束

+ 6 - 13
src/views/projectApply/projectApplicationDetails.vue

@@ -235,8 +235,8 @@
               class="delMemberDialog">
               <span class="deleteContent">确定删除成员?</span>
               <span slot="footer" class="dialog-footer">
-                <el-button type="primary" @click="commitDelMember" class="btn5">确认删除</el-button>
-                <el-button @click="init" class="btn5" >取消</el-button>
+                <el-button type="primary" @click="commitDelMember" class="AllDialogBtn">确认删除</el-button>
+                <el-button @click="init" class="AllDialogBtn" >取消</el-button>
               </span>
         </el-dialog>
       <!-- 删除成员对话框结束 -->
@@ -252,8 +252,8 @@
           <div class="addDialogLogo">LOGO</div>
           <div class="deleteContent">确定修改项目基本信息?</div>
           <span slot="footer" class="dialog-footer">
-            <el-button type="primary" @click="submitAll" class="btn5">确认提交</el-button>
-            <el-button @click="init" class="btn5" style="background:#cccccc" size="small">取消</el-button>
+            <el-button type="primary" @click="submitAll" class="AllDialogBtn">确认提交</el-button>
+            <el-button @click="init" size="small" class="AllDialogBtn">取消</el-button>
           </span>
         </el-dialog>
       <!-- 修改对话框结束 -->
@@ -541,9 +541,7 @@
         display: flex;
         justify-content: center;
         box-sizing: border-box;
-        .btn5{
-          font-size: 16px;
-        }
+
       }
     }
 
@@ -615,12 +613,7 @@
 .dialog-footer{
  display: flex;
  justify-content: center;
- .btn5{
-   height: 40px;
-   font-size: 16px;
-   background: #0e72e6;
-   width: 200px;
- }
+
 }
 }
 }

+ 4 - 4
src/views/projectManage/ProjectManagement.vue

@@ -148,8 +148,8 @@
           </div>
       </div>
       <div slot="footer" class="dialog-footer">
-        <el-button type="primary" @click="ending" class="diaBtn">确认提交</el-button>
-        <el-button @click="init" class="diaBtn">取消</el-button>
+        <el-button type="primary" @click="ending" class="AllDialogBtn">确认提交</el-button>
+        <el-button @click="init" class="AllDialogBtn">取消</el-button>
       </div>
     </el-dialog>
 
@@ -167,8 +167,8 @@
             <span v-for="(item,index) in checkActivityFinishData" :key="index">{{ item.title }}</span>
         </div>
       <div slot="footer" class="dialog-footer">
-        <el-button type="primary" @click="init" class="diaBtn">确认</el-button>
-        <el-button @click="init" class="diaBtn">取消</el-button>
+        <el-button type="primary" @click="init" class="AllDialogBtn">确认</el-button>
+        <el-button @click="init" class="AllDialogBtn">取消</el-button>
       </div>
     </el-dialog>
 <!-- 提示哪些活动没有完成结束 -->

+ 12 - 12
src/views/projectManage/ProjectManagement3_1.vue

@@ -218,7 +218,7 @@
           <div class="deleteContent">确定修改?</div>
           <span slot="footer" class="dialog-footer">
             <el-button type="primary" @click="submitAll" class="btn5">确认提交</el-button>
-            <el-button @click="handleClose" class="btn5" style="background:#cccccc" size="small">取消</el-button>
+            <el-button @click="handleClose" size="small">取消</el-button>
           </span>
         </el-dialog>
       <!-- 提交对话框结束 -->
@@ -230,8 +230,8 @@
               class="delMemberDialog">
               <span class="deleteContent">确定删除指导老师?</span>
               <span slot="footer" class="dialog-footer">
-                <el-button type="primary" @click="commitDelMember" class="btn5">确认删除</el-button>
-                <el-button @click="handleClose" class="btn5" >取消</el-button>
+                <el-button type="primary" @click="commitDelMember" class="AllDialogBtn">确认删除</el-button>
+                <el-button @click="handleClose" class="AllDialogBtn" >取消</el-button>
               </span>
             </el-dialog>
       <!-- 删除成员对话框结束 -->
@@ -504,12 +504,12 @@
       .dialog-footer{
       display: flex;
       justify-content: center;
-      .btn5{
-        height: 40px;
-        font-size: 16px;
-        background: #0e72e6;
-        width: 200px;
-      }
+      // .btn5{
+      //   height: 40px;
+      //   font-size: 16px;
+      //   background: #0e72e6;
+      //   width: 200px;
+      // }
       }
       }
 
@@ -559,9 +559,9 @@
               display: flex;
               justify-content: center;
               box-sizing: border-box;
-              .btn5{
-                font-size: 16px;
-              }
+              // .btn5{
+              //   font-size: 16px;
+              // }
             }
           }
   </style>

+ 1 - 3
src/views/projectManage/ProjectManagement4.vue

@@ -299,9 +299,7 @@
           display: flex;
           justify-content: center;
           box-sizing: border-box;
-          .btn5 {
-            font-size: 16px;
-          }
+         
         }
       }
    

+ 3 - 3
src/views/projectManage/ProjectManagement5.vue

@@ -297,9 +297,9 @@
           display: flex;
           justify-content: center;
           box-sizing: border-box;
-          .btn5 {
-            font-size: 16px;
-          }
+          // .btn5 {
+          //   font-size: 16px;
+          // }
         }
       }
 

+ 27 - 57
src/views/projectSettlement/projectSettlement.vue

@@ -182,8 +182,8 @@
           <div class="addDialogLogo">LOGO</div>
           <div class="deleteContent">确定“{{tit}}”完结?</div>
           <span slot="footer" class="dialog-footer">
-            <el-button type="primary" @click="submitAll" class="btn5">确认提交</el-button>
-            <el-button @click="init" class="btn5" style="background:#cccccc" size="small">取消</el-button>
+            <el-button type="primary" @click="submitAll" class="AllDialogBtn">确认提交</el-button>
+            <el-button @click="init" size="small" class="AllDialogBtn">取消</el-button>
           </span>
         </el-dialog>
       <!-- 提交对话框结束 -->
@@ -365,69 +365,39 @@
         font-size: 18px;
         color:rgb(246, 247, 246);
       }
-      .addDialogMid{
-        box-sizing: border-box;
-        padding:0 60px 0 10px;
-        .addDialogTit{
-          display: flex;
-          span{
-            width: 80px;
-            line-height: 40px;
-            text-align: left;
-          }
-        }
-      .addDialogTit1{
-        display: flex;
-        justify-content: space-between;
-        margin-bottom: 15px;
-      }
-      .addDialogTit2{
-        margin-top: 10px;
-        font-size: 18px;
-        color: #000;
-        text-indent: 2em;
-      }
-      .addDialogCon{
-        margin-top: 20px;
-      }
-      }
+
       .dialog-footer{
       display: flex;
       justify-content: center;
-      .btn5{
-        height: 40px;
-        font-size: 16px;
-        background: #0e72e6;
-        width: 200px;
-      }
+
       }
       }
       //提交对话框结束
 
-  .selects{
-    width: 100%;
-    margin-top: 20px;
-    display: flex;
-    flex-wrap: wrap;
-    margin-bottom: 20px;
+  // .selects{
+  //   width: 100%;
+  //   margin-top: 20px;
+  //   display: flex;
+  //   flex-wrap: wrap;
+  //   margin-bottom: 20px;
 
-    .selectsBlock{
-      display: flex; 
-      margin-right: 30px;
-      margin-bottom: 20px;
-    }
-    .selectLabel{
-      width: 64px;
-      font-size: 16px;
-      margin-right: 10px;
-      display: inline-block;
-      font-weight:bolder;
-      text-align: justify;
-      text-justify:distribute-all-lines;
-      text-align-last: justify;
-      transform: translate(0,22%);
-    }
-  }
+  //   .selectsBlock{
+  //     display: flex; 
+  //     margin-right: 30px;
+  //     margin-bottom: 20px;
+  //   }
+  //   .selectLabel{
+  //     width: 64px;
+  //     font-size: 16px;
+  //     margin-right: 10px;
+  //     display: inline-block;
+  //     font-weight:bolder;
+  //     text-align: justify;
+  //     text-justify:distribute-all-lines;
+  //     text-align-last: justify;
+  //     transform: translate(0,22%);
+  //   }
+  // }
 
   label{
     color: #000;

+ 3 - 3
src/views/projectSettlement/projectSettlement3.vue

@@ -290,9 +290,9 @@
           display: flex;
           justify-content: center;
           box-sizing: border-box;
-          .btn5 {
-            font-size: 16px;
-          }
+          // .btn5 {
+          //   font-size: 16px;
+          // }
         }
       }
    

+ 3 - 3
src/views/projectSettlement/projectSettlement4.vue

@@ -300,9 +300,9 @@
           display: flex;
           justify-content: center;
           box-sizing: border-box;
-          .btn5 {
-            font-size: 16px;
-          }
+          // .btn5 {
+          //   font-size: 16px;
+          // }
         }
       }
     

+ 5 - 5
src/views/projectSettlement/projectSettlement5.vue

@@ -123,8 +123,8 @@
           <div class="addDialogLogo">LOGO</div>
           <span class="deleteContent">确定提交?</span>
           <span slot="footer" class="dialog-footer">
-            <el-button type="primary" @click="confirmSubmit" >确认提交</el-button>
-            <el-button @click="dialogVisible1=false"  >取消</el-button>
+            <el-button type="primary" @click="confirmSubmit" class="AllDialogBtn">确认提交</el-button>
+            <el-button @click="dialogVisible1=false" class="AllDialogBtn">取消</el-button>
           </span>
         </el-dialog>
     <!-- 提交对话框结束-->
@@ -409,9 +409,9 @@
           display: flex;
           justify-content: center;
           box-sizing: border-box;
-          .btn5 {
-            font-size: 16px;
-          }
+          // .btn5 {
+          //   font-size: 16px;
+          // }
         }
     }