|
@@ -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{
|