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

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

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