mirror of https://gitee.com/answerdev/answer.git
fix: tag detail page skeleton screen optimization
This commit is contained in:
parent
2d72c63592
commit
367abc3003
|
@ -108,7 +108,7 @@ const Index: FC = () => {
|
|||
return (
|
||||
<Row className="pt-4 mb-5">
|
||||
<Col className="page-main flex-auto">
|
||||
{isLoading || listLoading ? (
|
||||
{isLoading ? (
|
||||
<div className="tag-box mb-5 placeholder-glow">
|
||||
<div className="mb-3 h3 placeholder" style={{ width: '120px' }} />
|
||||
<p
|
||||
|
|
Loading…
Reference in New Issue