layout
This commit is contained in:
@@ -43,12 +43,7 @@ export default function PDFViewer(props) {
|
|||||||
position: "relative",
|
position: "relative",
|
||||||
background: "green",
|
background: "green",
|
||||||
}}
|
}}
|
||||||
>
|
className="mx-auto w-fit"
|
||||||
<div
|
|
||||||
style={{
|
|
||||||
width: "100%",
|
|
||||||
background: "red",
|
|
||||||
}}
|
|
||||||
>
|
>
|
||||||
<Page
|
<Page
|
||||||
className="mt-5"
|
className="mt-5"
|
||||||
@@ -70,7 +65,6 @@ export default function PDFViewer(props) {
|
|||||||
></Field>
|
></Field>
|
||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</Fragment>
|
</Fragment>
|
||||||
))}
|
))}
|
||||||
</Document>
|
</Document>
|
||||||
|
|||||||
Reference in New Issue
Block a user