This commit is contained in:
zhaofang
2022-09-09 17:47:43 +08:00
parent a2ce7305de
commit 88ed748cd3
2 changed files with 6 additions and 6 deletions

View File

@@ -27,8 +27,8 @@
</div>
</div>
<div class="xtop-right" style="display: flex;justify-content: flex-end;align-items: center;">
<div v-if="goSearch !=10" style="margin-left:250px;margin-right:50px;">
<el-input v-show="!hideSearch" placeholder="搜索" style="width: 260px;border-radius: 20px !important;" @keyup.enter.native="searchJump()" clearable maxlength="50" v-model="keyword" class="input-with-select">
<div style="margin-left:250px;margin-right:50px;">
<el-input placeholder="搜索" style="width: 260px;border-radius: 20px !important;" @keyup.enter.native="searchJump()" clearable maxlength="50" v-model="keyword" class="input-with-select">
<el-select v-model="findType" style="width: 75px;" slot="prepend" placeholder="请选择">
<el-option label="课程" value="1"></el-option>
<el-option label="案例" value="2"></el-option>