提交课程学习考试的修改

This commit is contained in:
daihh
2022-11-17 11:35:39 +08:00
parent 0bfde1fab1
commit 97ab1a7d72
3 changed files with 41 additions and 23 deletions

View File

@@ -1,10 +1,12 @@
<template>
<view class="top">
<view v-show="showBack" class="back" @click="toBack()">
<view v-show="showBack" class="top-back" @click="toBack()">
<u-icon name="arrow-left"></u-icon>
</view>
<view><slot></slot> </view>
<view @click="topgae()" style="color: #387DF7;"><slot name="right"></slot> </view>
<view class="top-title"><slot></slot></view>
<view @click="topgae()" style="color: #387DF7;">
<slot name="right"></slot>
</view>
</view>
</template>
@@ -74,7 +76,7 @@
background-color: #fff;
display: flex;
justify-content: space-between;
.back{
.top-back{
// float: left;
color: #000;
padding-top:6px;
@@ -82,7 +84,7 @@
line-height: 40px;
// padding-left: 15px;
}
.title{
.top-title{
text-align: center;
font-size: 16px;
color: #000;