mirror of
https://gitee.com/ShopeX/ECShopX_mobile-frontend
synced 2026-08-10 13:56:04 +08:00
fix(挂件):
This commit is contained in:
@@ -139,7 +139,7 @@ const CustomNavigationHeader = memo((props) => {
|
||||
|
||||
const renderNearby = useCallback(() => {
|
||||
return (
|
||||
<View className='title-function nearby-function' onClick={handleNearbyClick}>
|
||||
<View className='title-function nearby-function' onClick={handleNearbyClick} style={{ color: value?.titleColor }}>
|
||||
<Text className='nearby-function-text'>
|
||||
{VERSION_STANDARD ? shopInfo?.name || '总店' : nearbyText || '选择地区'}
|
||||
</Text>
|
||||
|
||||
@@ -163,7 +163,6 @@
|
||||
|
||||
.nearby-function-text {
|
||||
font-size: 28px;
|
||||
color: #333;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
@@ -172,7 +171,6 @@
|
||||
|
||||
.nearby-function-icon {
|
||||
font-size: 28px;
|
||||
color: #333;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user