guhongwei 5 years ago
parent
commit
7d7b1d1e9b
2 changed files with 5 additions and 4 deletions
  1. 1 1
      parts/time-table.vue
  2. 4 3
      style/timeTable.less

+ 1 - 1
parts/time-table.vue

@@ -7,7 +7,7 @@
     </el-row>
     </el-row>
     <el-row class="rowLesson" type="flex" justify="center" ref="print">
     <el-row class="rowLesson" type="flex" justify="center" ref="print">
       <el-col :span="21" class="timeTable">
       <el-col :span="21" class="timeTable">
-        <el-col :span="18" class="top">
+        <el-col :span="24" class="top">
           <el-col :span="24" class="title"> 2020年第({{ data.term }})期高校大学生就业能力拓展训练课程表({{ data.name }}) </el-col>
           <el-col :span="24" class="title"> 2020年第({{ data.term }})期高校大学生就业能力拓展训练课程表({{ data.name }}) </el-col>
           <el-col :span="24" class="date"> ({{ th[0] }}—{{ th[th.length - 1] }}) </el-col>
           <el-col :span="24" class="date"> ({{ th[0] }}—{{ th[th.length - 1] }}) </el-col>
         </el-col>
         </el-col>

+ 4 - 3
style/timeTable.less

@@ -1,12 +1,13 @@
 .top .title {
 .top .title {
-  text-align: center;
+  text-align: left;
   font-size: 30px;
   font-size: 30px;
+  padding: 0 0 0 8%;
 }
 }
 .top .date {
 .top .date {
-  text-align: center;
+  text-align: left;
   font-size: 25px;
   font-size: 25px;
   color: #ff0000;
   color: #ff0000;
-  padding: 10px 0;
+  padding: 10px 0 10px 26%;
 }
 }
 .th {
 .th {
   width: 120px !important;
   width: 120px !important;