处理畅打球局icon
This commit is contained in:
@@ -322,15 +322,13 @@
|
||||
border-radius: 99px;
|
||||
}
|
||||
|
||||
.iconListPlayingGame,
|
||||
.localArea {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
}
|
||||
|
||||
.iconListPlayingGame {
|
||||
width: 73px;
|
||||
height: 18px;
|
||||
width: 76px;
|
||||
}
|
||||
|
||||
.localAreaContainer {
|
||||
|
||||
@@ -187,10 +187,11 @@ const ListCard: React.FC<ListCardProps> = ({
|
||||
{isShowSmoothPlayingGame && (
|
||||
<View className="smoothPlayingGame">
|
||||
<View className="smoothWrapper">
|
||||
<Image
|
||||
src={img.ICON_LIST_CHANGDA}
|
||||
className="iconListPlayingGame"
|
||||
/>
|
||||
<Image
|
||||
className="iconListPlayingGame"
|
||||
src={require("@/static/list/changdaqiuju.png")}
|
||||
mode="widthFix"
|
||||
/>
|
||||
{/* <Text className="smoothTitle">{game_type}</Text> */}
|
||||
</View>
|
||||
<View className="line" />
|
||||
|
||||
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