BUG 29485
This commit is contained in:
@@ -9,7 +9,8 @@
|
|||||||
<u-icon name="arrow-down" color="#666" size="28" style="margin-left: 4px" />
|
<u-icon name="arrow-down" color="#666" size="28" style="margin-left: 4px" />
|
||||||
</AiAreaPicker>
|
</AiAreaPicker>
|
||||||
</div> -->
|
</div> -->
|
||||||
<u-search v-model="value" placeholder:clearabled="true" placeholder="请输入姓名/身份证/手机号" :show-action="false" bg-color="#F5F5F5" search-icon-color="#999" color="#999" height="58" @search="getListInit" @clear="value='',getListInit"></u-search>
|
<u-search v-model="value" placeholder:clearabled="true" placeholder="请输入姓名/身份证/手机号" :show-action="false" bg-color="#F5F5F5" search-icon-color="#999"
|
||||||
|
color="#999" height="58" @change="getListInit"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="userList" v-if="list.length">
|
<div class="userList" v-if="list.length">
|
||||||
<ul v-for="(item,index) in list" :key="index">
|
<ul v-for="(item,index) in list" :key="index">
|
||||||
@@ -47,6 +48,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import {mapState} from 'vuex'
|
import {mapState} from 'vuex'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
@@ -143,62 +145,76 @@ export default {
|
|||||||
background: #FFF;
|
background: #FFF;
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
|
|
||||||
.left {
|
.left {
|
||||||
width: calc(100% - 450px);
|
width: calc(100% - 450px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.userList {
|
.userList {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
|
||||||
.user {
|
.user {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
padding-top: 24px;
|
padding-top: 24px;
|
||||||
padding-left: 32px;
|
padding-left: 32px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
.checkbox {
|
.checkbox {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
margin-right: 32px;
|
margin-right: 32px;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 48px;
|
height: 48px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.userInfo {
|
.userInfo {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
border-bottom: 1px solid #E4E5E6;
|
border-bottom: 1px solid #E4E5E6;
|
||||||
padding-right: 48px;
|
padding-right: 48px;
|
||||||
width: calc(100% - 100px);
|
width: calc(100% - 100px);
|
||||||
|
|
||||||
.userImg {
|
.userImg {
|
||||||
margin-right: 32px;
|
margin-right: 32px;
|
||||||
width: 80px;
|
width: 80px;
|
||||||
height: 80px;
|
height: 80px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info {
|
.info {
|
||||||
width: calc(100% - 120px);
|
width: calc(100% - 120px);
|
||||||
padding-bottom: 32px;
|
padding-bottom: 32px;
|
||||||
|
|
||||||
.name {
|
.name {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
|
|
||||||
.user-name {
|
.user-name {
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-tel {
|
.user-tel {
|
||||||
font-size: 26px;
|
font-size: 26px;
|
||||||
color: #999999;
|
color: #999999;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.idCard {
|
.idCard {
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
font-size: 26px;
|
font-size: 26px;
|
||||||
color: #999999;
|
color: #999999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.address {
|
.address {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
@@ -211,6 +227,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
@@ -218,6 +235,7 @@ export default {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 120px;
|
height: 120px;
|
||||||
background-color: #F3F6F9;
|
background-color: #F3F6F9;
|
||||||
|
|
||||||
.handleCheck {
|
.handleCheck {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 18px;
|
bottom: 18px;
|
||||||
|
|||||||
Reference in New Issue
Block a user