修复 首页 畅打显示问题
This commit is contained in:
@@ -349,6 +349,7 @@
|
|||||||
|
|
||||||
.localAreaContainer {
|
.localAreaContainer {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex: 1;
|
||||||
gap: 4px;
|
gap: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -242,22 +242,29 @@ const ListCard: React.FC<ListCardProps> = ({
|
|||||||
{isShowSmoothPlayingGame && (
|
{isShowSmoothPlayingGame && (
|
||||||
<View className="smoothPlayingGame">
|
<View className="smoothPlayingGame">
|
||||||
<View className="smoothWrapper">
|
<View className="smoothWrapper">
|
||||||
<Image
|
<Image
|
||||||
className="iconListPlayingGame"
|
className="iconListPlayingGame"
|
||||||
src={require("@/static/list/changdaqiuju.png")}
|
src={require("@/static/list/changdaqiuju.png")}
|
||||||
mode="widthFix"
|
mode="widthFix"
|
||||||
/>
|
/>
|
||||||
{/* <Text className="smoothTitle">{game_type}</Text> */}
|
{/* <Text className="smoothTitle">{game_type}</Text> */}
|
||||||
</View>
|
</View>
|
||||||
<View className="line" />
|
{
|
||||||
<View className="localAreaContainer">
|
venue_description && (<View className="line" />)
|
||||||
<View className="localAreaTitle">场馆方:</View>
|
}
|
||||||
<View className="localAreaWrapper">
|
{
|
||||||
<Image className="localArea" src={venueImage} />
|
venue_description &&
|
||||||
<Text className="localAreaText">{venue_description}</Text>
|
(
|
||||||
</View>
|
|
||||||
|
|
||||||
</View>
|
<View className="localAreaContainer">
|
||||||
|
<View className="localAreaTitle">场馆方:</View>
|
||||||
|
<View className="localAreaWrapper">
|
||||||
|
<Image className="localArea" src={venueImage} />
|
||||||
|
<Text className="localAreaText">{venue_description}</Text>
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
|
)
|
||||||
|
}
|
||||||
</View>
|
</View>
|
||||||
)}
|
)}
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
Reference in New Issue
Block a user