Merge branch 'anln_2.3' into anln_2.4
This commit is contained in:
commit
fcc637a6e3
|
@ -177,7 +177,7 @@ export default function PersonSpaceIntroduce() {
|
||||||
<p className="text-lg font-bold tabPinkLine relative inline-block">
|
<p className="text-lg font-bold tabPinkLine relative inline-block">
|
||||||
空间介绍
|
空间介绍
|
||||||
</p>
|
</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">
|
<ul className="grid grid-cols-3 gap-1.5">
|
||||||
<li
|
<li
|
||||||
className="relative h-[28vw] overflow-hidden"
|
className="relative h-[28vw] overflow-hidden"
|
||||||
|
|
Loading…
Reference in New Issue