Commit 04cba6e2 by 周海峰

no message

parent 1ef65f87
...@@ -284,9 +284,6 @@ ...@@ -284,9 +284,6 @@
this.searchOptions = []; this.searchOptions = [];
this.showSearchMenu = false; this.showSearchMenu = false;
} }
// 调用原有的搜索高亮逻辑
// this.onChange(value);
}, },
// 手动搜索 // 手动搜索
...@@ -478,6 +475,8 @@ ...@@ -478,6 +475,8 @@
} }
.search-input { .search-input {
padding-top: 10px;
padding-left: 5px;
border-radius: 4px !important; border-radius: 4px !important;
background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
/* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); */ /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); */
...@@ -506,8 +505,20 @@ ...@@ -506,8 +505,20 @@
} }
.search-input >>> .q-field__native { .search-input >>> .q-field__native {
font-size: 5px; font-size: 14px;
font-weight: 200; font-weight: 400;
padding-left: 12px !important;
padding-top: 2px !important;
padding-bottom: 2px !important;
}
.search-input >>> .q-field__native::placeholder {
font-size: 14px;
color: #999;
position: relative;
left: 0px;
top: 0px;
transform: none;
} }
.search-icon { .search-icon {
......
...@@ -39,10 +39,10 @@ ...@@ -39,10 +39,10 @@
<div class=" row q-mb-lg q-ml-lg q-mr-lg" > <div class=" row q-mb-lg q-ml-lg q-mr-lg" >
<div class="col-2 q-ml-lg" style="height:80vh;overflow:auto;"> <div class="col-2 q-ml-lg" style="height:80vh;overflow:auto;">
</div> </div>
<div class="col-4 q-mt-lg" style="height:80vh;overflow:auto;background-color: cornsilk;"> <div class="col-4 q-mt-lg" style="height:80vh;overflow:auto;">
<organizationAnt v-model="orgList" @staffNode="staffNode" /> <organizationAnt v-model="orgList" @staffNode="staffNode" />
</div> </div>
<div class="col-4 q-mt-lg" style="height:80vh;overflow:auto;background-color: cornsilk;" > <div class="col-4 q-mt-lg" style="height:80vh;overflow:auto;" >
<div class="q-mb-lg q-mt-lg"> <div class="q-mb-lg q-mt-lg">
显示已选择的成员,共{{selectStaff.length}}人 显示已选择的成员,共{{selectStaff.length}}人
</div> </div>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论