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

样式调整

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