mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 10:56:47 +08:00
提交课程学习考试的修改
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user