增加主播空间内动态底部的padding数值,防止发帖按钮遮挡到帖子的操作按钮
This commit is contained in:
parent
e7fe62f615
commit
f3bb0733a1
|
@ -70,7 +70,7 @@ export default function AllSpacePosts({ zid }) {
|
|||
keyExtractor={(i) => i.id}
|
||||
renderItem={renderItem}
|
||||
contentContainerStyle={{
|
||||
paddingBottom: 72 + insets.bottom,
|
||||
paddingBottom: 150 + insets.bottom,
|
||||
...tailwind("bg-[#07050A]"),
|
||||
}}
|
||||
onEndReached={() => getData()}
|
||||
|
|
|
@ -72,7 +72,7 @@ export default function IronFanSpacePosts({ zid }) {
|
|||
keyExtractor={(i) => i.id}
|
||||
renderItem={renderItem}
|
||||
contentContainerStyle={{
|
||||
paddingBottom: 72 + insets.bottom,
|
||||
paddingBottom: 150 + insets.bottom,
|
||||
...tailwind("bg-[#07050A]"),
|
||||
}}
|
||||
onEndReached={() => getData()}
|
||||
|
|
|
@ -71,7 +71,7 @@ export default function SuperFanSpacePosts({ zid }) {
|
|||
keyExtractor={(i) => i.id}
|
||||
renderItem={renderItem}
|
||||
contentContainerStyle={{
|
||||
paddingBottom: 72 + insets.bottom,
|
||||
paddingBottom: 150 + insets.bottom,
|
||||
...tailwind("bg-[#07050A]"),
|
||||
}}
|
||||
onEndReached={() => getData()}
|
||||
|
|
Loading…
Reference in New Issue