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

单独页面的标题栏固定

上级 35772d88
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<CommonHeader title="完成项目考试分数情况"></CommonHeader> <CommonHeader title="完成项目考试分数情况"></CommonHeader>
<!-- <CommonTitleMini :title="title" :needRightBtn="needRightBtn"></CommonTitleMini> --> <!-- <CommonTitleMini :title="title" :needRightBtn="needRightBtn"></CommonTitleMini> -->
<CommonTitleWithDropdown :dataList="dropdownList" :title="title" :needRightBtn="needRightBtn" @selectSortItem="selectSortItem"></CommonTitleWithDropdown> <CommonTitleWithDropdown :dataList="dropdownList" :title="title" :needRightBtn="needRightBtn" @selectSortItem="selectSortItem"></CommonTitleWithDropdown>
<ExamScoreList style="padding-top: 60px;" :dataList="dataList"></ExamScoreList> <ExamScoreList class="pdt-50" :dataList="dataList"></ExamScoreList>
<CommonNoMore v-if="dataList.length >= 10" class="mt-10"></CommonNoMore> <CommonNoMore v-if="dataList.length >= 10" class="mt-10"></CommonNoMore>
</section> </section>
</template> </template>
...@@ -133,7 +133,10 @@ export default { ...@@ -133,7 +133,10 @@ export default {
}; };
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
.mt-10 { .pdt-50 {
margin-top: 10px !important; padding-top: 50px;
} }
.mt-10 {
margin-top: 10px !important;
}
</style> </style>
\ No newline at end of file
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<section> <section>
<CommonHeader title="完成项目考试次数情况"></CommonHeader> <CommonHeader title="完成项目考试次数情况"></CommonHeader>
<CommonTitleMini :title="title" :needRightBtn="needRightBtn"></CommonTitleMini> <CommonTitleMini :title="title" :needRightBtn="needRightBtn"></CommonTitleMini>
<ExamTimesList style="padding-top: 60px;" :dataList="dataList"></ExamTimesList> <ExamTimesList class="pdt-50" :dataList="dataList"></ExamTimesList>
<CommonNoMore v-if="dataList.length >= 10" class="mt-10"></CommonNoMore> <CommonNoMore v-if="dataList.length >= 10" class="mt-10"></CommonNoMore>
</section> </section>
</template> </template>
...@@ -109,7 +109,10 @@ export default { ...@@ -109,7 +109,10 @@ export default {
}; };
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
.mt-10 { .pdt-50 {
margin-top: 10px !important; padding-top: 50px;
} }
.mt-10 {
margin-top: 10px !important;
}
</style> </style>
\ No newline at end of file
...@@ -219,6 +219,7 @@ export default { ...@@ -219,6 +219,7 @@ export default {
costRankList: [], costRankList: [],
projectId: "", projectId: "",
token: token:
"C7AEA346BC6A4EE0B2F1F76CBD511AC9" ||
"A4EC71DD3D50420B86ED454EF25BCEA9" || "A4EC71DD3D50420B86ED454EF25BCEA9" ||
"A220943B006347799F277CC524EBB662", "A220943B006347799F277CC524EBB662",
isOrgStat: false, isOrgStat: false,
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<section> <section>
<CommonHeader title="完成天数排名"></CommonHeader> <CommonHeader title="完成天数排名"></CommonHeader>
<CommonTitleMiniWithDropdown :title="listTitle" @selectSortItem="selectSortItem"></CommonTitleMiniWithDropdown> <CommonTitleMiniWithDropdown :title="listTitle" @selectSortItem="selectSortItem"></CommonTitleMiniWithDropdown>
<RankingItemDays :rankList="rankList"></RankingItemDays> <RankingItemDays class="pdt-50" :rankList="rankList"></RankingItemDays>
<CommonNoMore v-if="rankList.length >= 10" class="mt-10"></CommonNoMore> <CommonNoMore v-if="rankList.length >= 10" class="mt-10"></CommonNoMore>
</section> </section>
</template> </template>
...@@ -88,7 +88,10 @@ export default { ...@@ -88,7 +88,10 @@ export default {
}; };
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
.mt-10 { .pdt-50 {
margin-top: 10px !important; padding-top: 50px;
} }
.mt-10 {
margin-top: 10px !important;
}
</style> </style>
\ No newline at end of file
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<section> <section>
<CommonHeader title="项目情况排名"></CommonHeader> <CommonHeader title="项目情况排名"></CommonHeader>
<CommonTitleWithDropdown :dataList="dropdownList" :title="title" :needRightBtn="needRightBtn" @selectSortItem="selectSortItem"></CommonTitleWithDropdown> <CommonTitleWithDropdown :dataList="dropdownList" :title="title" :needRightBtn="needRightBtn" @selectSortItem="selectSortItem"></CommonTitleWithDropdown>
<RankingList :certFlag="certFlag" :rankList="rankList"></RankingList> <RankingList class="pdt-50" :certFlag="certFlag" :rankList="rankList"></RankingList>
<CommonNoMore v-if="rankList.length >= 10" class="mt-10"></CommonNoMore> <CommonNoMore v-if="rankList.length >= 10" class="mt-10"></CommonNoMore>
</section> </section>
</template> </template>
...@@ -104,6 +104,9 @@ export default { ...@@ -104,6 +104,9 @@ export default {
}; };
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
.pdt-50 {
padding-top: 50px;
}
.mt-10 { .mt-10 {
margin-top: 10px !important; margin-top: 10px !important;
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册