修改发布页
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
justify-content: space-between;
|
||||
height: 44px;
|
||||
padding-left: 12px;
|
||||
&:last-child{
|
||||
&:nth-child(3){
|
||||
.form-wrapper{
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
@@ -180,8 +180,7 @@
|
||||
|
||||
// 提交区域
|
||||
.submit-section {
|
||||
|
||||
padding: 16px;
|
||||
padding: 16px 16px 36px 16px;
|
||||
.submit-btn {
|
||||
width: 100%;
|
||||
color: white;
|
||||
|
||||
@@ -616,14 +616,14 @@ useEffect(() => {
|
||||
<GeneralNavbar title={titleBar} backgroundColor="#FAFAFA" className={styles['publish-ball-navbar']} />
|
||||
<View className={styles['publish-ball']} style={{ paddingTop: `${statusNavbarHeightInfo.totalHeight}px` }}>
|
||||
{/* 活动类型切换 */}
|
||||
<View className={styles['activity-type-switch']}>
|
||||
{/* <ActivityTypeSwitch
|
||||
{/* <View className={styles['activity-type-switch']}>
|
||||
<ActivityTypeSwitch
|
||||
value={activityType}
|
||||
onChange={handleActivityTypeChange}
|
||||
/> */}
|
||||
</View>
|
||||
/>
|
||||
</View> */}
|
||||
|
||||
<View className={styles['publish-ball__scroll']} style={{ height: `calc(100vh - ${statusNavbarHeightInfo.totalHeight+120}px)`, overflow: 'auto' }}>
|
||||
<View className={styles['publish-ball__scroll']} style={{ height: `calc(100vh - ${statusNavbarHeightInfo.totalHeight+140}px)`, overflow: 'auto' }}>
|
||||
{
|
||||
formData.map((item, index) => (
|
||||
<View key={index}>
|
||||
|
||||
Reference in New Issue
Block a user