This commit is contained in:
lmj
2022-09-09 18:59:21 +08:00
parent c7d0eaea03
commit ada7437779
2 changed files with 7 additions and 5 deletions

View File

@@ -44,8 +44,8 @@
</div> </div>
</div> </div>
<div style="flex:1;display: flex;justify-content: flex-end;align-items: center;"> <div style="flex:1;display: flex;justify-content: flex-end;align-items: center;">
<div v-if="goSearch !=10"> <div v-if="goSearch !=10" style="position: relative;">
<el-input v-show="!hideSearch" placeholder="搜索全部" style="width: 260px;border-radius: 20px !important;" @keyup.enter.native="searchJump()" clearable maxlength="50" v-model="keyword" > <el-input v-show="!hideSearch" placeholder="搜索全部" style="width: 260px;border-radius: 20px !important; " @keyup.enter.native="searchJump()" clearable maxlength="50" v-model="keyword" >
<el-select v-model="findType" style="width: 75px; border-radius:20px !important;" slot="prepend" placeholder="请选择"> <el-select v-model="findType" style="width: 75px; border-radius:20px !important;" slot="prepend" placeholder="请选择">
<el-option label="课程" value="1"></el-option> <el-option label="课程" value="1"></el-option>
<el-option label="案例" value="2"></el-option> <el-option label="案例" value="2"></el-option>
@@ -53,11 +53,11 @@
<el-option label="问答" value="4"></el-option> <el-option label="问答" value="4"></el-option>
<!-- <el-option label="专区" value="5"></el-option> --> <!-- <el-option label="专区" value="5"></el-option> -->
</el-select> </el-select>
</el-input> </el-input>
<el-button class="sear-but" @click="searchJump()" type="primary" size="mini">搜索</el-button> <el-button class="sear-but" @click="searchJump()" type="primary" size="mini">搜索</el-button>
</div> </div>
<div class="person-action" > <div class="person-action" >
<!-- 消息 --> <!-- 消息 -->
<el-link v-if="current == 'qa'" class="person-action-index" type="primary" style="margin-right:10px; color:#333;" :href="`${webBaseUrl}${isTiao ? '/uc/study/task' : '/uc/study/courses'}`" :underline="false">个人中心</el-link> <el-link v-if="current == 'qa'" class="person-action-index" type="primary" style="margin-right:10px; color:#333;" :href="`${webBaseUrl}${isTiao ? '/uc/study/task' : '/uc/study/courses'}`" :underline="false">个人中心</el-link>
@@ -265,8 +265,8 @@ export default {
<style scoped rel="stylesheet/scss" lang="scss"> <style scoped rel="stylesheet/scss" lang="scss">
.sear-but{ .sear-but{
position: absolute; position: absolute;
left: 71.9%; bottom: 10%;
top: 32%; right: 5px;
} }
::v-deep .el-input__inner{ ::v-deep .el-input__inner{
border-radius: 6px; border-radius: 6px;

View File

@@ -245,6 +245,7 @@ import {userAvatarText,cutFullName} from "@/utils/tools.js";
img{ img{
width: 100%; width: 100%;
height: 100%; height: 100%;
border-radius: 50%;
vertical-align: top; vertical-align: top;
} }
} }
@@ -329,6 +330,7 @@ import {userAvatarText,cutFullName} from "@/utils/tools.js";
} }
} }
.uavatar{ .uavatar{
border-radius: 50%;
// border: 1px solid #73adfe; // border: 1px solid #73adfe;
// color: #73adfe; // color: #73adfe;
text-align: center; text-align: center;