优化展示
This commit is contained in:
parent
ba978db56c
commit
4fa5afec95
|
@ -77,7 +77,7 @@ export default function StreamerDetail({ params }) {
|
|||
</div>
|
||||
<div className="flex flex-col flex-1 px-4 pt-2 pb-24 z-10">
|
||||
<AuthBar onNotLoginedClick={copyAndSetCookieInviter} />
|
||||
<div className="flex flex-col items-center mt-24">
|
||||
<div className="flex flex-col items-center mt-24 mb-4">
|
||||
<div className="w-[74px] h-[74px] rounded-full overflow-hidden">
|
||||
<img
|
||||
src={data?.avatar?.images[0].urls[0]}
|
||||
|
@ -95,7 +95,7 @@ export default function StreamerDetail({ params }) {
|
|||
</div>
|
||||
<Link
|
||||
href={`/zone/${data?.user_id}`}
|
||||
className="flex flex-row cursor-pointer bg-[#07050A] border-2 border-[#FFFFFF26] rounded-2xl h-12 items-center justify-center mt-8"
|
||||
className="flex flex-row cursor-pointer bg-[#07050A] border-2 border-[#FFFFFF26] rounded-2xl h-12 items-center justify-center mt-4"
|
||||
>
|
||||
<Image src={zone} alt="" className="w-5 h-5" />
|
||||
<p className="text-white text-base font-medium ml-2">我的秘密空间</p>
|
||||
|
|
Loading…
Reference in New Issue