This commit is contained in:
yanran200730
2022-07-02 16:58:20 +08:00
parent 2f31efcad8
commit 16c7433361
4 changed files with 13 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="AppMerchantManage">
<AiTopFixed>
<u-search placeholder="请输入姓名、手机号、店" :show-action="false" v-model="keyword" confirm-type="search" @search="current = 1, getList()"/>
<u-search placeholder="请输入姓名、手机号、店" :show-action="false" v-model="keyword" confirm-type="search" @clear="current = 1, getList()" @search="current = 1, getList()"/>
</AiTopFixed>
<div class="list">
<u-swipe-action
@@ -168,6 +168,8 @@
// background: #eee;
}
.title{
display: flex;
align-items: center;
margin-bottom: 38px;
img{
width: 72px;
@@ -177,12 +179,11 @@
}
p{
display: inline-block;
line-height: 1.3;
width: 400px;
font-size: 32px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #000;
line-height: 32px;
}
span{
display: inline-block;