mirror of https://gitee.com/answerdev/answer.git
Merge pull request #503 from answerdev/feat/1.1.3/ui
fix: tag detail page skeleton screen optimization
This commit is contained in:
commit
8256a67568
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue