Commit ee59adfc by Jianli Ou

术语搜索样式调整

parent f34ff3c0
......@@ -6,8 +6,8 @@
<div class="keyletter " >
<span v-for="(item, i) in chaxun.keyArr" :key="i">{{item}}</span>
</div>
<div class="knowledge-top-form col-lg-12">
<el-select class="col-lg-2"
<div class="knowledge-top-form col-lg-24">
<el-select class="col-lg-3"
v-model="chaxun.type"
placeholder="请选择"
clearable
......@@ -20,7 +20,7 @@
>
</el-option>
</el-select>
<el-input class="col-lg-8" placeholder="请输入内容" clearable v-model="chaxun.keywords"></el-input>
<el-input class="col-lg-7" placeholder="请输入内容" clearable v-model="chaxun.keywords"></el-input>
<div class="top-form-btn col-lg-2" >
<img src="../../assets/image/home/sousuo-ico1.png" alt="" />
</div>
......@@ -53,6 +53,7 @@ import Title from "../comps/title.vue";
export default {
components: {
// eslint-disable-next-line vue/no-unused-components
Title,
},
data() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment