Main #1
@@ -1,47 +0,0 @@
|
|||||||
<template>
|
|
||||||
<div class="app-container shift-timetable-page">
|
|
||||||
<div class="page-card">
|
|
||||||
<div class="page-header">
|
|
||||||
<svg-icon icon-class="table" class="page-icon" />
|
|
||||||
<span>班次课程表</span>
|
|
||||||
</div>
|
|
||||||
<el-empty description="功能建设中,敬请期待" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
export default {
|
|
||||||
name: 'ShiftTimetable',
|
|
||||||
data() {
|
|
||||||
return {}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style scoped lang="scss">
|
|
||||||
.shift-timetable-page {
|
|
||||||
.page-card {
|
|
||||||
background: #fff;
|
|
||||||
border: 1px solid #ebeef5;
|
|
||||||
border-radius: 6px;
|
|
||||||
padding: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page-header {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
flex-direction: column;
|
|
||||||
gap: 8px;
|
|
||||||
margin-bottom: 12px;
|
|
||||||
font-size: 18px;
|
|
||||||
font-weight: 700;
|
|
||||||
color: #303133;
|
|
||||||
|
|
||||||
.page-icon {
|
|
||||||
font-size: 40px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
Reference in New Issue
Block a user