fix(ui): adjust PDF viewer layout and update parse loader description
This commit is contained in:
parent
74a05a8de0
commit
9bb1d75c7e
1 changed files with 2 additions and 2 deletions
|
|
@ -298,7 +298,7 @@ export default function PDFViewerPage() {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="h-full w-full bg-surface">
|
<div className="h-full w-full bg-surface">
|
||||||
<div className={`mx-auto flex h-full items-center px-4 py-6 transition duration-slow ease-standard ${showDetailedParseLoader ? 'max-w-sm' : 'max-w-md'}`}>
|
<div className={`mx-auto flex h-full items-center px-4 py-6 transition duration-slow ease-standard max-w-sm`}>
|
||||||
{showDetailedParseLoader ? (
|
{showDetailedParseLoader ? (
|
||||||
<div className="relative w-full overflow-hidden rounded-lg border border-line bg-surface-sunken shadow-elev-2">
|
<div className="relative w-full overflow-hidden rounded-lg border border-line bg-surface-sunken shadow-elev-2">
|
||||||
{/* prism top edge + corner glow for depth */}
|
{/* prism top edge + corner glow for depth */}
|
||||||
|
|
@ -380,7 +380,7 @@ export default function PDFViewerPage() {
|
||||||
<path strokeLinecap="round" strokeLinejoin="round" d="M9 12h6m-6 4h6m-6-8h6M5 4h14a1 1 0 011 1v14a1 1 0 01-1 1H5a1 1 0 01-1-1V5a1 1 0 011-1z" />
|
<path strokeLinecap="round" strokeLinejoin="round" d="M9 12h6m-6 4h6m-6-8h6M5 4h14a1 1 0 011 1v14a1 1 0 01-1 1H5a1 1 0 01-1-1V5a1 1 0 011-1z" />
|
||||||
</svg>
|
</svg>
|
||||||
<p className="text-[10px] leading-snug text-faint">
|
<p className="text-[10px] leading-snug text-faint">
|
||||||
Classifying titles, text, tables, figures, formulas, seals & more with <span className="font-semibold text-soft">PP-DocLayout-V3</span>.
|
Classifying footnotes, titles, tables, figures, formulas, & more with <span className="font-semibold text-soft">PP-DocLayout-V3</span>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue