This commit is contained in:
xiaozhiyong
2026-04-01 14:26:55 +08:00
parent c501ba0a53
commit c32f9e842c
4 changed files with 33 additions and 30 deletions

View File

@@ -1,7 +1,7 @@
<template>
<view>
<view >
<uni-popup @change="change" ref="popup" type="bottom" background-color="#fff">
<view style="height:35vh; display: flex;flex-direction: column;">
<view style="height:35vh; display: flex;flex-direction: column;padding-top: 40rpx;">
<view style="display: flex;">
<uni-easyinput @input="iconClick" @confirm="confirmFn" style="width: 90%; margin: 0 auto;"
prefixIcon="search" v-model="nameOrPhone" placeholder="请输入内容" />