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

I类学分项目

上级 a72a479a
...@@ -26,13 +26,13 @@ ...@@ -26,13 +26,13 @@
</td> </td>
</tr> </tr>
</table> </table>
<article class="cb-wrapper" :class="{'padding-top-111': !isWeb}"> <article v-show="isShow" 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 v-show="tabIndex === 2" :oneLevelUrl="oneLevelUrl" :provinceId="provinceId" :organizationId="organizationId"></ICardItem> <ICardItem v-show="tabIndex === 2" :oneLevelUrl="oneLevelUrl" :provinceId="provinceId" :organizationId="organizationId"></ICardItem>
<CommonTitle title="II类学分项目" :isShowCert="false"></CommonTitle> <CommonTitle v-show="isShow" title="II类学分项目" :isShowCert="false"></CommonTitle>
<section v-if="tabIndex === 1"> <section v-if="tabIndex === 1">
<CoopListItem <CoopListItem
:paramData="joinProjectList" :paramData="joinProjectList"
...@@ -291,13 +291,13 @@ export default { ...@@ -291,13 +291,13 @@ export default {
top: px2rem(49px); top: px2rem(49px);
left: 0; left: 0;
z-index: 90; z-index: 90;
margin-bottom: 30px; // margin-bottom: 30px;
&.padding-top-111 { &.padding-top-111 {
top: px2rem(111px); top: px2rem(111px);
} }
} }
&-list { &-list {
padding-top: px2rem(80px); padding-top: px2rem(85px);
} }
} }
.back-up-icon { .back-up-icon {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册