|
|
|
@ -4,7 +4,8 @@
|
|
|
|
|
<TeacherOverview/>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="column-style">
|
|
|
|
|
<TeacherAttendance/>
|
|
|
|
|
<!--<TeacherAttendance/>-->
|
|
|
|
|
<TeacherAttendance_yp/>
|
|
|
|
|
<TeacherArchives/>
|
|
|
|
|
<TeacherEvaluation/>
|
|
|
|
|
</div>
|
|
|
|
@ -18,6 +19,7 @@
|
|
|
|
|
import TeacherAttendance from './teacherAdminCenter/teacherAttendance.vue';
|
|
|
|
|
import TeacherArchives from './teacherAdminCenter/teacherArchives.vue';
|
|
|
|
|
import TeacherEvaluation from './teacherAdminCenter/teacherEvaluation.vue';
|
|
|
|
|
import TeacherAttendance_yp from '../adminCenter/mainCenter/teacherAttendance_yp.vue';
|
|
|
|
|
export default{
|
|
|
|
|
data(){
|
|
|
|
|
return {}
|
|
|
|
@ -31,6 +33,7 @@
|
|
|
|
|
TeacherAttendance,
|
|
|
|
|
TeacherArchives,
|
|
|
|
|
TeacherEvaluation,
|
|
|
|
|
TeacherAttendance_yp
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
@ -51,6 +54,13 @@
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
width: 640px;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
.teacher-attendance-box-style{
|
|
|
|
|
height: 200px !important;
|
|
|
|
|
margin-top: 0 !important;
|
|
|
|
|
/deep/ .teacher-attendance-content-box-style{
|
|
|
|
|
height: 165px !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
</style>
|