Commit ce8b6dd5 authored by danfuman's avatar danfuman

修改

parent 2957136e
......@@ -10,9 +10,11 @@
<img class="tip-img" src="@/assets/images/icon.png" />
<span>{{title}}</span>
</div>
<div class="cooperate-name" id="focus01">
<el-input clearable @clear="changeSelect" style="width: 300px;" @focus="clickFocus('focus01')" @blur="clickFocus('focus01')" v-model="queryParams.companyName" placeholder="成员名称查询"></el-input>
<span @click="changeSelect">搜索</span>
<div style="height: 34px;margin: 12px">
<div class="cooperate-name" id="focus01">
<el-input clearable @clear="changeSelect" style="width: 300px;" @focus="clickFocus('focus01')" @blur="clickFocus('focus01')" v-model="queryParams.companyName" placeholder="成员名称查询"></el-input>
<span @click="changeSelect">搜索</span>
</div>
</div>
<skeleton style="margin-left:16px;" v-if="isSkeleton"></skeleton>
<tables
......@@ -138,7 +140,6 @@ export default {
height: 34px;
width: 300px;
float: right;
margin: 12px;
span {
width: 80px;
height: 32px;
......
......@@ -272,7 +272,7 @@ export default {
.options-block {
position: absolute;
margin-top: 12px;
margin-top: 5px;
min-width: 120px;
font-size: 14px;
color: #666666;
......
......@@ -175,6 +175,9 @@ export default {
</script>
<style lang="scss" scoped>
::v-deep .el-popper[x-placement^=bottom] {
margin-top: 5px;
}
.headForm{
margin-bottom: 14px;
.common-title{
......
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