Applied new padding component

This commit is contained in:
Patrick Alvin Alcala 2025-09-25 09:23:49 +08:00
parent 34dcf21040
commit b330d6685a
4 changed files with 7 additions and 7 deletions

View file

@ -10,7 +10,7 @@ export default () => {
const getAssessors = async () => { const getAssessors = async () => {
try { try {
const assessors = await ofetch(API + 'get-list-assessors', { parseResponse: JSON.parse }) const assessors = await ofetch(API + 'get-list-assessors', { parseResponse: JSON.parse })
assessorsNameList = [...assessors.result2] assessorsNameList = [...assessors.result]
} catch (error) { } catch (error) {
console.error(error) console.error(error)
} }
@ -24,7 +24,7 @@ export default () => {
return ( return (
<> <>
<Page> <Page>
<Padding left={4.75} right={4.75}> <Padding left={4.75} right={4.75} top={0} bottom={0}>
<Display desktop tablet> <Display desktop tablet>
<Row content="split"> <Row content="split">
<Row content="left" gap={2}> <Row content="left" gap={2}>

View file

@ -6,7 +6,7 @@ export default () => {
return ( return (
<> <>
<Page alignment="column"> <Page alignment="column">
<Padding left={4.75} right={4.75}> <Padding left={4.75} right={4.75} top={0} bottom={0}>
<Row content="split"> <Row content="split">
<Link to="/"> <Link to="/">
<Row content="left" gap={2}> <Row content="left" gap={2}>
@ -23,7 +23,7 @@ export default () => {
</Link> </Link>
</Row> </Row>
<Padding top={2} left={0} right={0}> <Padding top={2} left={0} right={0} bottom={0}>
<Row> <Row>
<Box curved thickness={2} padding={2} color="#2f465cd7"> <Box curved thickness={2} padding={2} color="#2f465cd7">
<Row> <Row>

View file

@ -7,7 +7,7 @@ export default () => {
return ( return (
<> <>
<Page alignment="column"> <Page alignment="column">
<Padding left={4.75} right={4.75}> <Padding left={4.75} right={4.75} top={0} bottom={0}>
<Row content="split"> <Row content="split">
<Link to="/"> <Link to="/">
<Row content="left" gap={2}> <Row content="left" gap={2}>

View file

@ -13,7 +13,7 @@ export default () => {
return ( return (
<> <>
<Page alignment="column"> <Page alignment="column">
<Padding left={4.75} right={4.75}> <Padding left={4.75} right={4.75} top={0} bottom={0}>
<Row content="split"> <Row content="split">
<Link to="/"> <Link to="/">
<Row content="left" gap={2}> <Row content="left" gap={2}>
@ -30,7 +30,7 @@ export default () => {
</Link> </Link>
</Row> </Row>
<Padding top={2} left={0} right={0}> <Padding top={2} left={0} right={0} bottom={0}>
<Row> <Row>
<Box curved thickness={2} padding={2} color="#2f465cd7"> <Box curved thickness={2} padding={2} color="#2f465cd7">
<Row> <Row>