|
@@ -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;
|
|
|
}
|
|
|
}
|