提交 20500dc6 authored 作者: matian's avatar matian

fix:证书查询系统页面优化

上级 d9d59595
......@@ -3,7 +3,7 @@
<div class="info-top">
<div class="info-top_box" v-for="(item, index) in infoItem" :key="index">
<div class="temp" v-for="cItem in item" :key="cItem.name">
<template v-if="cItem.name.indexOf('Announcement') != -1">
<template v-if="cItem.name.indexOf('Released') != -1">
<template v-if="courseName">
<div class="name">{{ cItem.name }}</div>
<div class="value">{{ cItem.value }}</div>
......@@ -108,7 +108,7 @@ export default {
{
name: this.$t('shmsLang.score.date'),
value: this.data.student_info.pubdate
? this.data.student_info.pubdate.substring(0, this.data.student_info.pubdate.indexOf(' '))
? this.setDate(this.data.student_info.pubdate)
: ''
}
]
......@@ -157,6 +157,7 @@ export default {
line-height: 24px;
color: #292929;
margin: 24px 0 40px;
font-weight: 500;
}
.th-box {
height: 36px;
......
......@@ -36,10 +36,11 @@ export default {
padding: 0 35px;
}
.degrees-title {
font-size: 18px;
font-size: 20px;
line-height: 24px;
color: #292929;
margin: 24px 0;
font-weight: 500;
}
.degrees-content {
margin: 0 auto;
......
......@@ -158,6 +158,7 @@ export default {
line-height: 24px;
color: #292929;
margin-top: 6px;
font-weight: 500;
}
.profile-content {
padding: 24px 0 30px;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论