refactor: Update NewWrapper_V2 padding defaults
- Change default paddingTop to 8
- Change default paddingHorizontal to 0 (safe for existing layouts)
- Add explicit contentPaddingHorizontal={16} to Job screens
- Update interface documentation
This makes NewWrapper_V2 safer for mass migration while keeping
Job screens looking good with proper spacing.
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
@@ -87,6 +87,7 @@ export default function Job_MainViewStatus2() {
|
||||
|
||||
return (
|
||||
<NewWrapper_V2
|
||||
contentPaddingHorizontal={16}
|
||||
headerComponent={<View style={{ paddingTop: 8 }}>{scrollComponent}</View>}
|
||||
listData={pagination.listData}
|
||||
renderItem={renderJobItem}
|
||||
|
||||
Reference in New Issue
Block a user