优化显示
This commit is contained in:
parent
9acf597ea1
commit
efa9f07ee7
|
@ -367,10 +367,10 @@ export default function StreamerSpace({ navigation, route }) {
|
|||
>
|
||||
{data?.streamer_ext?.name}
|
||||
</Text>
|
||||
<View style={tailwind("flex-row flex-wrap mt-1.5")}>
|
||||
<View style={tailwind("flex-row flex-nowrap mt-1.5")}>
|
||||
<View
|
||||
style={tailwind(
|
||||
"flex-row items-center py-0.5 px-2 mr-2 bg-[#FFFFFF1A] rounded-full"
|
||||
"flex flex-row items-center py-0.5 px-2 mr-2 bg-[#FFFFFF1A] rounded-full"
|
||||
)}
|
||||
>
|
||||
<NativeImage
|
||||
|
@ -384,7 +384,7 @@ export default function StreamerSpace({ navigation, route }) {
|
|||
</View>
|
||||
<View
|
||||
style={tailwind(
|
||||
"flex-row items-center py-0.5 px-2 mr-2 bg-[#FFFFFF1A] rounded-full"
|
||||
"flex flex-row items-center py-0.5 px-2 mr-2 bg-[#FFFFFF1A] rounded-full"
|
||||
)}
|
||||
>
|
||||
<NativeImage
|
||||
|
|
Loading…
Reference in New Issue