提交 eeaccb59 编写于 作者: guangjun.yang's avatar guangjun.yang

I类学分项目显示

上级 aa0cbc3c
...@@ -29,12 +29,12 @@ ...@@ -29,12 +29,12 @@
</td> </td>
</tr> </tr>
</table> </table>
<article class="cb-wrapper" :class="{'padding-top-106': !isWeb}"> <article class="cb-wrapper" :class="{'padding-top-111': !isWeb}">
<CardBanner></CardBanner> <CardBanner></CardBanner>
</article> </article>
<article class="page-content-list"> <article class="page-content-list">
<CommonTitle v-show="tabIndex === 2" title="I类学分项目" :isShowCert="false"></CommonTitle> <CommonTitle v-show="tabIndex === 2" title="I类学分项目" :isShowCert="false"></CommonTitle>
<ICardItem></ICardItem> <ICardItem v-show="tabIndex === 2"></ICardItem>
<CommonTitle title="II类学分项目" :isShowCert="false"></CommonTitle> <CommonTitle title="II类学分项目" :isShowCert="false"></CommonTitle>
<section v-if="tabIndex === 1"> <section v-if="tabIndex === 1">
<CoopListItem <CoopListItem
...@@ -369,8 +369,8 @@ export default { ...@@ -369,8 +369,8 @@ export default {
top: px2rem(49px); top: px2rem(49px);
left: 0; left: 0;
z-index: 1; z-index: 1;
&.padding-top-106 { &.padding-top-111 {
top: px2rem(112px); top: px2rem(111px);
} }
} }
&-list { &-list {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册