mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 02:46:44 +08:00
修改
This commit is contained in:
@@ -134,14 +134,15 @@ export default {
|
|||||||
.readed{
|
.readed{
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
color: #3e7fff;
|
color: #3e7fff;
|
||||||
margin-bottom: 6px;
|
// margin-bottom: 6px;
|
||||||
}
|
}
|
||||||
.noRead{
|
.noRead{
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
color:#FF3E3E;
|
color:#FF3E3E;
|
||||||
margin-bottom: 6px;
|
// margin-bottom: 6px;
|
||||||
}
|
}
|
||||||
.title{
|
.title{
|
||||||
|
line-height: 25px;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
flex-shrink: 10000;
|
flex-shrink: 10000;
|
||||||
|
|||||||
@@ -158,7 +158,7 @@ export default {
|
|||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
span:first-of-type{
|
span:first-of-type{
|
||||||
margin-top: -2px;
|
// margin-top: -2px;
|
||||||
}
|
}
|
||||||
.title{
|
.title{
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
<div style="min-height: 500px;">
|
<div style="min-height: 500px;">
|
||||||
<course-items :keyword="keyword" type="toMy" @confirm="confirm" :items="courseList.list"></course-items>
|
<course-items :keyword="keyword" type="toMy" @confirm="confirm" :items="courseList.list"></course-items>
|
||||||
<!-- v-if="courseList.count>courseList.pageSize" -->
|
<!-- 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
|
<el-pagination
|
||||||
background
|
background
|
||||||
@size-change="handleSizeChange"
|
@size-change="handleSizeChange"
|
||||||
@@ -57,7 +57,7 @@
|
|||||||
></el-pagination>
|
></el-pagination>
|
||||||
</div>
|
</div>
|
||||||
<div v-else>
|
<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-if="isSearh" class="zan-wu">没有查询到相关内容</div>
|
||||||
<div v-else class="zan-wu">暂无数据</div>
|
<div v-else class="zan-wu">暂无数据</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user