This commit is contained in:
lmj
2022-05-31 19:07:16 +08:00
parent 9c3f596d51
commit f3d5577f58
3 changed files with 6 additions and 5 deletions

View File

@@ -134,14 +134,15 @@ export default {
.readed{
font-size: 18px;
color: #3e7fff;
margin-bottom: 6px;
// margin-bottom: 6px;
}
.noRead{
font-size: 18px;
color:#FF3E3E;
margin-bottom: 6px;
// margin-bottom: 6px;
}
.title{
line-height: 25px;
margin-left: 10px;
font-size: 18px;
flex-shrink: 10000;

View File

@@ -158,7 +158,7 @@ export default {
justify-content: flex-start;
align-items: center;
span:first-of-type{
margin-top: -2px;
// margin-top: -2px;
}
.title{
margin-left: 8px;

View File

@@ -44,7 +44,7 @@
<div style="min-height: 500px;">
<course-items :keyword="keyword" type="toMy" @confirm="confirm" :items="courseList.list"></course-items>
<!-- v-if="courseList.count>courseList.pageSize" -->
<div v-if="caseList.list.length > 0" style="text-align: center; margin-top:57px">
<div v-if="courseList.list.length > 0" style="text-align: center; margin-top:57px">
<el-pagination
background
@size-change="handleSizeChange"
@@ -57,7 +57,7 @@
></el-pagination>
</div>
<div v-else>
<div v-if="caseList.list.length == 0">
<div v-if="courseList.list.length == 0">
<div v-if="isSearh" class="zan-wu">没有查询到相关内容</div>
<div v-else class="zan-wu">暂无数据</div>
</div>