This commit is contained in:
zhaofang
2022-09-25 14:04:42 +08:00
parent e15c24b6d1
commit fb32fdf509
7 changed files with 29 additions and 5 deletions

View File

@@ -123,7 +123,7 @@
<div id="fixd-box">
<div v-if="identity == 2 || identity == 3 || identity == 5">
<!-- <el-button style="width: 100%;margin-bottom:15px;height: 37px;border-radius: 0;" type="primary" @click="toNeedCourse">做课程</el-button> -->
<div class="portal-model-btn" @click="toNeedCourse">
<div class="portal-model-btn pointer" @click="toNeedCourse">
<svg-icon style="margin-right: 10px;font-size: 24px;" icon-class="upCourse"></svg-icon>
上传课程
</div>