diff --git a/app/(application)/(user)/job/[id]/[status]/detail.tsx b/app/(application)/(user)/job/[id]/[status]/detail.tsx index 456a886..b8e2127 100644 --- a/app/(application)/(user)/job/[id]/[status]/detail.tsx +++ b/app/(application)/(user)/job/[id]/[status]/detail.tsx @@ -73,7 +73,7 @@ export default function JobDetailStatus() { ), }} /> - + {isLoadData ? ( ) : ( diff --git a/components/_ShareComponent/OS_Wrapper.tsx b/components/_ShareComponent/OS_Wrapper.tsx index 87568a6..4938f7a 100644 --- a/components/_ShareComponent/OS_Wrapper.tsx +++ b/components/_ShareComponent/OS_Wrapper.tsx @@ -121,7 +121,7 @@ export function OS_Wrapper(props: OS_WrapperProps) { const { enableKeyboardHandling = false, keyboardScrollOffset = 100, - contentPaddingBottom = 250, + contentPaddingBottom = 100, contentPadding = 0, ...wrapperProps } = props; diff --git a/constants/constans-value.ts b/constants/constans-value.ts index d803496..ec637ad 100644 --- a/constants/constans-value.ts +++ b/constants/constans-value.ts @@ -32,7 +32,7 @@ const OS_IOS_HEIGHT = 80 const OS_HEIGHT = Platform.OS === "ios" ? OS_IOS_HEIGHT : OS_ANDROID_HEIGHT // OS Padding Top -const OS_ANDROID_PADDING_TOP = 12 +const OS_ANDROID_PADDING_TOP = 6 const OS_IOS_PADDING_TOP = 12 const OS_PADDING_TOP = Platform.OS === "ios" ? OS_IOS_PADDING_TOP : OS_ANDROID_PADDING_TOP diff --git a/screens/Job/ScreenJobCreate.tsx b/screens/Job/ScreenJobCreate.tsx index 61df134..9a8abdf 100644 --- a/screens/Job/ScreenJobCreate.tsx +++ b/screens/Job/ScreenJobCreate.tsx @@ -122,7 +122,8 @@ export function Job_ScreenCreate() { diff --git a/screens/Job/ScreenJobEdit.tsx b/screens/Job/ScreenJobEdit.tsx index d8ef9d2..47adcb8 100644 --- a/screens/Job/ScreenJobEdit.tsx +++ b/screens/Job/ScreenJobEdit.tsx @@ -138,7 +138,7 @@ export function Job_ScreenEdit() { {isLoadData ? (