Commit 166b5f22 authored by 罗超's avatar 罗超

调整样式

parent c12ff145
......@@ -54,7 +54,7 @@
</view>
<view class="courseCard-title" v-if="courses.AllCourseList.length>0 && Keywords==''">
<view class="workSituation-title-box flex">
<view class="workSituation-title flex"
<view class="workSituation-title"
:class="{'active':currentIndex==index}"
v-for="(t,index) in titleList" :key="index"
@click="toggleTitle(index)">
......@@ -215,18 +215,22 @@
}
.workSituation-title.active{
position: relative;
font-weight: bold;
color:#FFF;
background-color: #282828;
}
.workSituation-title{
flex: 1;
color: #282828;
font-size: 26rpx;
font-weight: bold;
align-items: center;
letter-spacing: 1px;
border-radius: 30rpx;
text-align: center;
line-height: 60rpx;
}
.workSituation-title-box{
margin: 0 50rpx;
padding: 17rpx 0 17rpx 28rpx;
height: 64rpx;
background: #F0F0F0;
border-radius: 30rpx;
}
......
......@@ -50,7 +50,7 @@
<studentList @selected="selectStuHandler" v-if="tabNme=='学生列表'" :dataList="students"></studentList>
<examList @change="changeExamHandler" v-if="tabNme=='考试信息'" :dataList="exams" :CourseId="currentCourseId"></examList>
</scroll-view>
<Loadmore :state="pageState" />
<!-- <Loadmore :state="pageState" /> -->
</view>
</view>
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment