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

样式调整

上级 fbaa9149
......@@ -27,11 +27,11 @@ export default {
justify-content: center;
align-content: center;
margin-top: 20px;
margin-bottom: 20px;
margin-bottom: 60px;
align-items: center;
text-align: center;
// margin: 0 auto;
&-img {
margin-left: 100px;
width: 150px;
height: 150px;
}
......
......@@ -27,7 +27,7 @@
<!-- <span>成绩 {{item.score}}</span> -->
</li>
</ul>
<NoContent v-show="((cIndex === 0 && !certUserList.length) || (cIndex === 1 && !noCertUserList.length) || (cIndex === 2 && noJoinList.length))"></NoContent>
<NoContent v-show="((cIndex === 0 && !certUserList.length) || (cIndex === 1 && !noCertUserList.length) || (cIndex === 2 && !noJoinList.length))"></NoContent>
</div>
</template>
<script>
......
......@@ -4,7 +4,7 @@
<article class="middle">
<div class="title">
<span class="ratio">{{certFlag ? '获证率' : '完成率'}}
<img @click="tipsClick" :class="{'top-10': isAndroid}" v-show="!certFlag" src="../../assets/images/what-icon-2.png" />
<img @click="tipsClick" :class="{'top-10': isAndroid}" v-show="certFlag" src="../../assets/images/what-icon-2.png" />
</span>
<span>
<img src="../../assets/images/tips-1.png" />
......
......@@ -32,7 +32,7 @@
<RankingItemDays :rankList="(allData && allData.costRank)"></RankingItemDays>
<ShowAll @action="gotoPage('/rank-days')"></ShowAll>
</div>
<div v-show="isSingleOrg">
<div v-show="!isSingleOrg">
<CommonTitle title="培训机构情况"></CommonTitle>
<OrgDoctorList
@orgDoctorTabChange="orgDoctorTabChange"
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册