|
@@ -7,16 +7,18 @@
|
|
|
<el-col :span="24" class="info_1"
|
|
|
><el-col :span="24" class="info-2"
|
|
|
><el-col :span="13" class="context">学校(院):{{ zhengshuList.school }}</el-col>
|
|
|
- <el-col :span="9"> {{ zhengshuList.dataji }}{{ zhengshuList.major }}</el-col>
|
|
|
+ <el-col :span="9" class="zhuanye"> {{ zhengshuList.dataji }}{{ zhengshuList.major }}</el-col>
|
|
|
<el-col :span="2"> 专业</el-col>
|
|
|
</el-col>
|
|
|
<el-col :span="24"
|
|
|
- ><el-col :span="10" class="context"> 学生:{{ zhengshuList.name }} </el-col>于<el-col :span="2">{{ zhengshuList.year }}</el-col
|
|
|
- ><el-col :span="2">年{{ zhengshuList.marth }}</el-col
|
|
|
+ ><el-col :span="4" class="context_2"> 学生:{{ zhengshuList.name }} </el-col><el-col :span="1">于</el-col
|
|
|
+ ><el-col :span="1" class="zhuanye">{{ zhengshuList.year }}</el-col>
|
|
|
+ <el-col :span="1">年</el-col>
|
|
|
+ <el-col :span="1" class="zhuanye">{{ zhengshuList.marth }}</el-col
|
|
|
>月参加吉林省大学生就业能力拓展训练
|
|
|
</el-col>
|
|
|
<el-col :span="5" class="context">
|
|
|
- <el-col :span="3">第{{ zhengshuList.term }}</el-col
|
|
|
+ <el-col :span="1">第 </el-col><el-col :span="2" class="zhuanye">{{ zhengshuList.term }}</el-col
|
|
|
><el-col :span="16">期培训班。培训合格特发此证</el-col></el-col
|
|
|
>
|
|
|
<el-col :span="5" class="context_1">
|
|
@@ -183,6 +185,11 @@ export default {
|
|
|
|
|
|
width: 600px;
|
|
|
}
|
|
|
+.context_2 {
|
|
|
+ height: 60px;
|
|
|
+
|
|
|
+ width: 598px;
|
|
|
+}
|
|
|
.context_1 {
|
|
|
height: 60px;
|
|
|
|
|
@@ -191,4 +198,7 @@ export default {
|
|
|
.info_2 {
|
|
|
height: 60px;
|
|
|
}
|
|
|
+.zhuanye {
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
</style>
|