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

样式修改,显示问题

上级 15545394
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<img src="../../assets/images/org.png" > <img src="../../assets/images/org.png" >
{{item.organizationNameList | subOrgNames}} {{item.organizationNameList | subOrgNames}}
</span> </span>
<span v-if="item.authType == 1" <span v-if="item.pType == 1"
class="coop-item-right-other"> class="coop-item-right-other">
<img src="../../assets/images/pub-time.png" > <img src="../../assets/images/pub-time.png" >
{{item.oldTime}} {{item.oldTime}}
......
...@@ -126,14 +126,14 @@ export default { ...@@ -126,14 +126,14 @@ export default {
} }
} }
.nav-top { .nav-top {
position: relative;
z-index: 1000000010;
font-size: 18px; font-size: 18px;
height: 56px; height: 56px;
// margin-top: 20px; // margin-top: 20px;
padding-top: 20px; padding-top: 20px;
background: #fff; background: #fff;
color: #333; color: #333;
position: relative;
z-index: 1000000010;
.nav-back { .nav-back {
font-size: 18px; font-size: 18px;
display: inline-block; display: inline-block;
...@@ -202,5 +202,11 @@ export default { ...@@ -202,5 +202,11 @@ export default {
z-index: 1000000011; z-index: 1000000011;
border-bottom: 0px solid #e7e7e7; border-bottom: 0px solid #e7e7e7;
background: #fff; background: #fff;
img {
display: block;
padding-top: 2px;
height: 20px;
width: 20px;
}
} }
</style> </style>
\ No newline at end of file
<template> <template>
<!-- 专项合作首页: 我参与的,其它项目 --> <!-- 专项合作首页: 我参与的,其它项目 -->
<div class="pro-list-container"> <div class="pro-list-container">
<CommonHeader :title="title"></CommonHeader> <!-- <CommonHeader :title="title"></CommonHeader> -->
<!-- <CommonHeader borderStyle="1px solid #e7e7e7" :title="title"></CommonHeader> --> <CommonHeader borderStyle="1px solid #e7e7e7" :title="title"></CommonHeader>
<CoopListItem style="margin: 10px 0;" :dataList="projectList"></CoopListItem> <CoopListItem style="margin: 10px 0;" :dataList="projectList"></CoopListItem>
<Loading v-if="showLoading"/> <Loading v-if="showLoading"/>
</div> </div>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册