Merge pull request #503 from answerdev/feat/1.1.3/ui

fix: tag detail page skeleton screen optimization
This commit is contained in:
dashuai 2023-08-31 15:11:21 +08:00 committed by GitHub
commit 8256a67568
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ const Index: FC = () => {
return ( return (
<Row className="pt-4 mb-5"> <Row className="pt-4 mb-5">
<Col className="page-main flex-auto"> <Col className="page-main flex-auto">
{isLoading || listLoading ? ( {isLoading ? (
<div className="tag-box mb-5 placeholder-glow"> <div className="tag-box mb-5 placeholder-glow">
<div className="mb-3 h3 placeholder" style={{ width: '120px' }} /> <div className="mb-3 h3 placeholder" style={{ width: '120px' }} />
<p <p