mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 12:26:44 +08:00
分享给我的全部
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
<el-input v-show="!hideSearch" placeholder="请输入关键词搜索" style="width: 260px;" @keyup.enter.native="searchJump()" clearable maxlength="20" v-model="keyword" class="input-with-select">
|
||||
<el-select v-if="current == 'index'" v-model="findType" style="width: 75px;" slot="prepend" placeholder="请选择">
|
||||
<el-option label="课程" value="1"></el-option>
|
||||
<!-- <el-option label="案例" value="2"></el-option> -->
|
||||
<el-option label="案例" value="2"></el-option>
|
||||
<el-option label="文章" value="3"></el-option>
|
||||
<el-option label="问答" value="4"></el-option>
|
||||
<!-- <el-option label="专区" value="5"></el-option> -->
|
||||
@@ -51,7 +51,7 @@
|
||||
<div v-else class="uavatar">
|
||||
<div v-if="sex === 1 "><img src="../../public/images/Avatarman.png" alt=""></div>
|
||||
<div v-else><img src="../../public/images/Avatarwoman.png" alt=""></div>
|
||||
|
||||
|
||||
</div>
|
||||
</a>
|
||||
|
||||
@@ -114,7 +114,7 @@ export default {
|
||||
|
||||
computed: {
|
||||
...mapGetters(['userInfo', 'userMsg']),
|
||||
|
||||
|
||||
avatarText(){
|
||||
return userAvatarText(this.userInfo.name);
|
||||
}
|
||||
@@ -335,7 +335,7 @@ export default {
|
||||
font-size: 25px !important;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important
|
||||
}
|
||||
}
|
||||
.message-count a {
|
||||
color: #858d99;
|
||||
font-size: 24px;
|
||||
@@ -357,7 +357,7 @@ export default {
|
||||
border-radius: 50%;
|
||||
img{
|
||||
border-radius: 50%;
|
||||
|
||||
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user