Applied new padding component
This commit is contained in:
parent
34dcf21040
commit
b330d6685a
4 changed files with 7 additions and 7 deletions
|
|
@ -10,7 +10,7 @@ export default () => {
|
|||
const getAssessors = async () => {
|
||||
try {
|
||||
const assessors = await ofetch(API + 'get-list-assessors', { parseResponse: JSON.parse })
|
||||
assessorsNameList = [...assessors.result2]
|
||||
assessorsNameList = [...assessors.result]
|
||||
} catch (error) {
|
||||
console.error(error)
|
||||
}
|
||||
|
|
@ -24,7 +24,7 @@ export default () => {
|
|||
return (
|
||||
<>
|
||||
<Page>
|
||||
<Padding left={4.75} right={4.75}>
|
||||
<Padding left={4.75} right={4.75} top={0} bottom={0}>
|
||||
<Display desktop tablet>
|
||||
<Row content="split">
|
||||
<Row content="left" gap={2}>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ export default () => {
|
|||
return (
|
||||
<>
|
||||
<Page alignment="column">
|
||||
<Padding left={4.75} right={4.75}>
|
||||
<Padding left={4.75} right={4.75} top={0} bottom={0}>
|
||||
<Row content="split">
|
||||
<Link to="/">
|
||||
<Row content="left" gap={2}>
|
||||
|
|
@ -23,7 +23,7 @@ export default () => {
|
|||
</Link>
|
||||
</Row>
|
||||
|
||||
<Padding top={2} left={0} right={0}>
|
||||
<Padding top={2} left={0} right={0} bottom={0}>
|
||||
<Row>
|
||||
<Box curved thickness={2} padding={2} color="#2f465cd7">
|
||||
<Row>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ export default () => {
|
|||
return (
|
||||
<>
|
||||
<Page alignment="column">
|
||||
<Padding left={4.75} right={4.75}>
|
||||
<Padding left={4.75} right={4.75} top={0} bottom={0}>
|
||||
<Row content="split">
|
||||
<Link to="/">
|
||||
<Row content="left" gap={2}>
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ export default () => {
|
|||
return (
|
||||
<>
|
||||
<Page alignment="column">
|
||||
<Padding left={4.75} right={4.75}>
|
||||
<Padding left={4.75} right={4.75} top={0} bottom={0}>
|
||||
<Row content="split">
|
||||
<Link to="/">
|
||||
<Row content="left" gap={2}>
|
||||
|
|
@ -30,7 +30,7 @@ export default () => {
|
|||
</Link>
|
||||
</Row>
|
||||
|
||||
<Padding top={2} left={0} right={0}>
|
||||
<Padding top={2} left={0} right={0} bottom={0}>
|
||||
<Row>
|
||||
<Box curved thickness={2} padding={2} color="#2f465cd7">
|
||||
<Row>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue