发布
This commit is contained in:
@@ -35,8 +35,8 @@ export default function PublishPopup({ visible, onClose, onSelect }: PublishPopu
|
|||||||
>
|
>
|
||||||
<View style={{ padding: '32rpx 24rpx 0', paddingBottom: '160rpx', background: '#f7f8fa' }}>
|
<View style={{ padding: '32rpx 24rpx 0', paddingBottom: '160rpx', background: '#f7f8fa' }}>
|
||||||
<View style={{ textAlign: 'center', marginBottom: '32rpx' }}>
|
<View style={{ textAlign: 'center', marginBottom: '32rpx' }}>
|
||||||
<Text style={{ fontStyle: '36px', fontWeight: 600, color: '#1a1a1a', display: 'block' }}>发布</Text>
|
<Text style={{ fontSize: '36rpx', fontWeight: 600, color: '#1a1a1a', display: 'block' }}>发布</Text>
|
||||||
<Text style={{ fontStyle: '26px', color: '#969799' }}>选择你要发布的内容类型</Text>
|
<Text style={{ fontSize: '26rpx', color: '#969799' }}>选择你要发布的内容类型</Text>
|
||||||
</View>
|
</View>
|
||||||
{PUBLISH_OPTIONS.map((option) => (
|
{PUBLISH_OPTIONS.map((option) => (
|
||||||
<View
|
<View
|
||||||
|
|||||||
Reference in New Issue
Block a user