This commit is contained in:
zhangjing1
2026-02-05 20:23:38 +08:00
parent d8251ad2f3
commit 4636e7669d
2 changed files with 3 additions and 4 deletions

View File

@@ -280,7 +280,7 @@ function NearlyShop(props) {
<SpPage className='page-store-list' ref={pageRef}>
<View className='search-block'>
<View className='search-bar'>
<View className='region-picker'>
{/* <View className='region-picker'>
<View
className='pick-title'
onClick={() => {
@@ -291,9 +291,8 @@ function NearlyShop(props) {
>
<View className='iconfont icon-periscope'></View>
<Text className='pick-address'>{chooseValue.join('') || '选择地区'}</Text>
{/* <Text className='iconfont icon-arrowDown'></Text> */}
</View>
</View>
</View> */}
<View className='search-comp-wrap'>
<Text className='iconfont icon-sousuo-01'></Text>

View File

@@ -11,7 +11,7 @@
border-radius: 40px;
display: flex;
align-items: center;
padding: 6px 6px 6px 20px;
padding: 6px 6px 6px 6px;
}
.region-picker {
display: flex;