提交
BIN
public/images/back(1).png
Normal file
|
After Width: | Height: | Size: 901 B |
|
Before Width: | Height: | Size: 901 B After Width: | Height: | Size: 420 B |
BIN
public/images/contact(1).png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 945 B |
BIN
public/images/essay(1).png
Normal file
|
After Width: | Height: | Size: 686 B |
|
Before Width: | Height: | Size: 686 B After Width: | Height: | Size: 841 B |
BIN
public/images/explo(1).png
Normal file
|
After Width: | Height: | Size: 529 B |
|
Before Width: | Height: | Size: 529 B After Width: | Height: | Size: 643 B |
BIN
public/images/issue(1).png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 719 B |
BIN
public/images/opinion(1).png
Normal file
|
After Width: | Height: | Size: 957 B |
|
Before Width: | Height: | Size: 957 B After Width: | Height: | Size: 594 B |
@@ -6,32 +6,32 @@
|
||||
<div class="float-tool-icon" @click="toNeedCourse" v-if="identity>1">
|
||||
<!-- <svg-icon class-name="icon" icon-class="lessons"></svg-icon> -->
|
||||
<div class="float-img"><img :src="`${webBaseUrl}/images/explo.png`" alt=""></div>
|
||||
<span>做课程</span>
|
||||
<!-- <span>做课程</span> -->
|
||||
</div>
|
||||
<div class="float-tool-icon" @click="$refs.addQuestion.askQuestionDialog = true">
|
||||
<!-- <svg-icon class-name="icon" icon-class="problem"></svg-icon> -->
|
||||
<div class="float-img"><img :src="`${webBaseUrl}/images/issue.png`" alt=""></div>
|
||||
<span>提问题</span>
|
||||
<!-- <span>提问题</span> -->
|
||||
</div>
|
||||
<div class="float-tool-icon" @click="toAddArticle()">
|
||||
<!-- <svg-icon class-name="icon" icon-class="essay"></svg-icon> -->
|
||||
<div class="float-img"> <img :src="`${webBaseUrl}/images/essay.png`" alt=""></div>
|
||||
<span>写文章</span>
|
||||
<!-- <span>写文章</span> -->
|
||||
</div>
|
||||
<div class="float-tool-icon" @click="showFeedback()">
|
||||
<!-- <svg-icon class-name="icon" icon-class="agree"></svg-icon> -->
|
||||
<div class="float-img"> <img :src="`${webBaseUrl}/images/opinion.png`" alt=""></div>
|
||||
<span>提意见</span>
|
||||
<!-- <span>提意见</span> -->
|
||||
</div>
|
||||
<div class="float-tool-icon" @click="infoShow=true">
|
||||
<!-- <svg-icon class-name="icon" icon-class="server"></svg-icon> -->
|
||||
<div class="float-img"> <img :src="`${webBaseUrl}/images/contact.png`" alt=""></div>
|
||||
<span>联系我们</span>
|
||||
<!-- <span>联系我们</span> -->
|
||||
</div>
|
||||
<div class="float-tool-icon" @click="backtop">
|
||||
<!-- <svg-icon class-name="icon" icon-class="top"></svg-icon> -->
|
||||
<div class="float-img"> <img :src="`${webBaseUrl}/images/back.png`" alt=""></div>
|
||||
<span>返回顶部</span>
|
||||
<!-- <span>返回顶部</span> -->
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div class="float-tools">
|
||||
@@ -250,7 +250,7 @@ export default {
|
||||
.float-tool-icon{
|
||||
cursor: pointer;
|
||||
padding: 8px 0;
|
||||
border-bottom: 1px solid #999;
|
||||
// border-bottom: 1px solid #999;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
@@ -264,8 +264,8 @@ export default {
|
||||
padding-top: 5px;
|
||||
}
|
||||
.float-img{
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
|
||||
img{
|
||||
width: 100%;
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<!-- <div style="height: 20px;"></div> -->
|
||||
</div>
|
||||
<!-- width: 990px; -->
|
||||
<div class="main-body" style="padding: 20px 30px;flex:1; background-color: #fff;margin-left: 32px;">
|
||||
<div class="main-body" style="padding: 30px 30px;flex:1; background-color: #fff;margin-left: 32px;">
|
||||
<!-- <div style="margin-bottom: 10px;padding:10px; border-bottom: 1px solid #dbdbdb;"> -->
|
||||
<!-- <el-breadcrumb separator-class="el-icon-arrow-right">
|
||||
<el-breadcrumb-item :to="{ path: '/uc/index' }"><i class="el-icon-arrow-right"></i>个人中心</el-breadcrumb-item>
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
<!-- </div> -->
|
||||
<div>
|
||||
<el-badge :value="userMsg" :hidden="userMsg==0" class="message-count">
|
||||
<el-link type="primary" :href="`${webBaseUrl}/message`" target="_blank" :underline="false">
|
||||
<el-link type="primary" :href="`${webBaseUrl}/message/center/index`" target="_blank" :underline="false">
|
||||
<svg-icon style="margin-right: 0;font-size:26px;" icon-class="messfff"></svg-icon>
|
||||
</el-link>
|
||||
</el-badge>
|
||||
|
||||