处理畅打球局icon

This commit is contained in:
李瑞
2025-11-01 21:20:46 +08:00
parent dc981c44e8
commit 90d4ef661f
3 changed files with 6 additions and 7 deletions

View File

@@ -322,15 +322,13 @@
border-radius: 99px; border-radius: 99px;
} }
.iconListPlayingGame,
.localArea { .localArea {
width: 14px; width: 14px;
height: 14px; height: 14px;
} }
.iconListPlayingGame { .iconListPlayingGame {
width: 73px; width: 76px;
height: 18px;
} }
.localAreaContainer { .localAreaContainer {

View File

@@ -188,8 +188,9 @@ const ListCard: React.FC<ListCardProps> = ({
<View className="smoothPlayingGame"> <View className="smoothPlayingGame">
<View className="smoothWrapper"> <View className="smoothWrapper">
<Image <Image
src={img.ICON_LIST_CHANGDA}
className="iconListPlayingGame" className="iconListPlayingGame"
src={require("@/static/list/changdaqiuju.png")}
mode="widthFix"
/> />
{/* <Text className="smoothTitle">{game_type}</Text> */} {/* <Text className="smoothTitle">{game_type}</Text> */}
</View> </View>

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB