Compare commits

...

1 Commits

Author SHA1 Message Date
al 0316cc9067 修复空间主页介绍不换行问题 2025-03-12 19:37:11 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ export default function PersonSpaceIntroduce() {
<p className="text-lg font-bold tabPinkLine relative inline-block">
空间介绍
</p>
<p className="my-2 text-base">{data?.profile}</p>
<pre className="my-2 text-base">{data?.profile}</pre>
<ul className="grid grid-cols-3 gap-1.5">
<li
className="relative h-[28vw] overflow-hidden"