优化Presentation显示效果
This commit is contained in:
parent
baf701b724
commit
1ef63dd909
@ -210,13 +210,7 @@ export default function Presentation({ data }) {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!mounted) {
|
|
||||||
return (
|
|
||||||
<div className="min-h-screen bg-black flex items-center justify-center">
|
|
||||||
<div className="text-white text-xl">正在加载内容...</div>
|
|
||||||
</div>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
@ -226,9 +220,6 @@ export default function Presentation({ data }) {
|
|||||||
className="reveal"
|
className="reveal"
|
||||||
>
|
>
|
||||||
<div className="slides">
|
<div className="slides">
|
||||||
<section>
|
|
||||||
<p>正在加载内容...</p>
|
|
||||||
</section>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user