提交 7f5a9d34 authored 作者: matian's avatar matian

style:样式调整

上级 40030723
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
<el-button type="primary" @click="getCourseList('updated_time')" <el-button type="primary" @click="getCourseList('updated_time')"
>最近更新<i class="el-icon-caret-bottom el-icon--right"></i >最近更新<i class="el-icon-caret-bottom el-icon--right"></i
></el-button> ></el-button>
<div class="coursr-top-text">你的课程有效期为:{{ createdTime }}-{{ endTime }},请在有效期内完成学习及考试</div>
</div> </div>
<div class="course-top-text">您的课程有效期为:{{ createdTime }}-{{ endTime }},请在有效期内完成学习及考试。</div>
<app-container> <app-container>
<div class="course-list" element-loading-text="加载中..." v-loading="!loaded"> <div class="course-list" element-loading-text="加载中..." v-loading="!loaded">
<template v-if="currentList.length"> <template v-if="currentList.length">
...@@ -92,9 +92,10 @@ export default { ...@@ -92,9 +92,10 @@ export default {
display: flex; display: flex;
align-items: flex-end; align-items: flex-end;
margin-bottom: 20px; margin-bottom: 20px;
.coursr-top-text { }
margin-left: 20px; .course-top-text {
font-size: 28px; margin-bottom: 20px;
} font-size: 14px;
font-weight: 500;
} }
</style> </style>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论