Commit 2cf5385a by haozhenhua

hzh

parent 413b5d01
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -8,6 +8,13 @@ ...@@ -8,6 +8,13 @@
color:#fff;">商标政策早知道,就上政企遇</div> color:#fff;">商标政策早知道,就上政企遇</div>
<div class="meihua-inquire-input"> <div class="meihua-inquire-input">
<div class="lists">
<div
v-for="(item,key) in checkBoxArr"
:key="key">
{{item}}
</div>
</div>
<div class="policy-input-value"> <div class="policy-input-value">
<el-input style="width:100%" v-model="state2" placeholder="输入您要查询的关键字"></el-input> <el-input style="width:100%" v-model="state2" placeholder="输入您要查询的关键字"></el-input>
<transition name="el-zoom-in-top"> <transition name="el-zoom-in-top">
...@@ -17,7 +24,7 @@ ...@@ -17,7 +24,7 @@
</div> </div>
</transition> </transition>
</div> </div>
<div class="policy-input-buttom" slot="reference" @click.stop="searchResult">搜 索</div> <div class="policy-input-buttom" slot="reference" @click.stop="searchResult"><i class="el-icon-search"></i></div>
</div> </div>
</div> </div>
\ No newline at end of file
...@@ -20,7 +20,13 @@ ...@@ -20,7 +20,13 @@
summerTabs: 2, summerTabs: 2,
restaurants: [], restaurants: [],
listArr:[], listArr:[],
show2: false show2: false,
checkBoxArr: [
"搜政策",
"搜企业"
],
checkBoxSeleArr: [],
} }
}, },
mounted:function(){ mounted:function(){
......
.policy-input-value{
height: 61px !important;
}
.policy-input-buttom{
height: 61px !important;
}
\ No newline at end of file
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