This commit is contained in:
liu
2026-07-02 00:55:47 +08:00
parent 2e22bc2226
commit 56aaf523ab
+2 -2
View File
@@ -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