This commit is contained in:
lmj
2022-09-09 18:35:08 +08:00
parent b8fdaafacc
commit c7d0eaea03
2 changed files with 12 additions and 8 deletions

View File

@@ -272,8 +272,8 @@ li{
} }
} }
.el-button--primary{ .el-button--primary{
background-color: #fff; // background-color: #fff;
border-color: #fff; // border-color: #fff;
} }
.el-radio-button__orig-radio:checked+.el-radio-button__inner{ .el-radio-button__orig-radio:checked+.el-radio-button__inner{
background-color: #fff; background-color: #fff;

View File

@@ -45,7 +45,7 @@
</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">
<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,8 +53,10 @@
<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-button @click="searchJump()" type="primary" size="mini">搜索</el-button>
</el-input> </el-input>
<el-button class="sear-but" @click="searchJump()" type="primary" size="mini">搜索</el-button>
</div> </div>
<div class="person-action" > <div class="person-action" >
<!-- 消息 --> <!-- 消息 -->
@@ -261,7 +263,11 @@ export default {
</script> </script>
<style scoped rel="stylesheet/scss" lang="scss"> <style scoped rel="stylesheet/scss" lang="scss">
.sear-but{
position: absolute;
left: 71.9%;
top: 32%;
}
::v-deep .el-input__inner{ ::v-deep .el-input__inner{
border-radius: 6px; border-radius: 6px;
border-right: none; border-right: none;
@@ -332,9 +338,7 @@ export default {
} }
} }
::v-deep .el-input-group__prepend {
// border-radius: 0;
}
::v-deep .el-input-group__append { ::v-deep .el-input-group__append {
// padding: 0px 5px; // padding: 0px 5px;
// color: #fff; // color: #fff;