Commit ce8b6dd5 authored by danfuman's avatar danfuman

修改

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