Merge branch 'feature/juguohong/20250816'
This commit is contained in:
@@ -338,15 +338,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 {
|
||||||
|
|||||||
@@ -243,8 +243,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>
|
||||||
|
|||||||
BIN
src/static/list/changdaqiuju.png
Normal file
BIN
src/static/list/changdaqiuju.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.9 KiB |
Reference in New Issue
Block a user