洋浦学校八大中心 教师成长中心前端开发

init
gongdi 3 years ago
parent f6c2012196
commit a5b8ec2555

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