|
|
@@ -65,12 +65,14 @@
|
|
|
>
|
|
|
{{ $t('homepage') }}
|
|
|
</view>
|
|
|
+ <!--
|
|
|
<view
|
|
|
:class="['bar-cut-item', pageStatus === 1 ? 'active' : '',isEn?'bar-cut-item-en':'']"
|
|
|
@tap="pageStatusChange(1)"
|
|
|
>
|
|
|
{{ $t('nearby') }}
|
|
|
</view>
|
|
|
+ -->
|
|
|
</view>
|
|
|
<view class="perch" />
|
|
|
</view>
|
|
|
@@ -197,7 +199,7 @@ const onToLocationAddress = () => {
|
|
|
|
|
|
.bar-cut {
|
|
|
background: var(--mall4j-color-primary-dark-1);
|
|
|
- width: 82px;
|
|
|
+ max-width: 82px;
|
|
|
height: 25px;
|
|
|
border-radius: 30px 30px 30px 30px;
|
|
|
display: flex;
|