30187
This commit is contained in:
@@ -10,6 +10,23 @@
|
||||
<u-icon name="arrow-down" color="#666" size="24"/>
|
||||
</AiAreaPicker>
|
||||
</div>
|
||||
<div class="area-flex">
|
||||
<p class="title">部门</p>
|
||||
<AiAreaPicker v-model="areaList" multiple>
|
||||
<span class="label" v-if="areaList.length">已选择</span>
|
||||
<span v-else style="color:#999;">请选择</span>
|
||||
<u-icon name="arrow-down" color="#666" size="24"/>
|
||||
</AiAreaPicker>
|
||||
</div>
|
||||
<div class="area-flex">
|
||||
<p class="title">人员</p>
|
||||
<AiAreaPicker v-model="areaList" multiple>
|
||||
<span class="label" v-if="areaList.length">已选择</span>
|
||||
<span v-else style="color:#999;">请选择</span>
|
||||
<u-icon name="arrow-down" color="#666" size="24"/>
|
||||
</AiAreaPicker>
|
||||
</div>
|
||||
|
||||
<div class="type-content">
|
||||
<p class="title">选择标签</p>
|
||||
<div class="type-list">
|
||||
@@ -102,12 +119,13 @@ export default {
|
||||
<style lang="scss" scoped>
|
||||
.SelectUser {
|
||||
.select-content{
|
||||
background-color: #fff;
|
||||
.area-flex{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding: 34px 32px 0;
|
||||
line-height: 44px;
|
||||
margin-bottom: 16px;
|
||||
background-color: #fff;
|
||||
}
|
||||
.area-content{
|
||||
padding: 16px 32px 32px;
|
||||
@@ -141,6 +159,7 @@ export default {
|
||||
}
|
||||
.type-content{
|
||||
padding: 34px 32px;
|
||||
background-color: #fff;
|
||||
}
|
||||
.type-list{
|
||||
padding-left: 16px;
|
||||
|
||||
Reference in New Issue
Block a user