Merge pull request '修改主播专属下载页文案和头像比例' (#23) from feat-20240118 into main
Reviewed-on: https://git.wishpal.cn/wishpal_ironfan/tiefen_space_web/pulls/23
This commit is contained in:
commit
68956075e0
|
@ -184,11 +184,13 @@ export default function Download({ params }) {
|
|||
)}
|
||||
</div>
|
||||
<div className="flex flex-row items-center bg-[#13121F] w-full fixed bottom-0 left-0 rounded-t-2xl p-4">
|
||||
<img
|
||||
src={data?.cover?.images[0].urls[0]}
|
||||
alt=""
|
||||
className="w-12 h-12 rounded-full"
|
||||
/>
|
||||
<div className="w-12 h-12 rounded-full overflow-hidden">
|
||||
<img
|
||||
src={data?.cover?.images[0].urls[0]}
|
||||
alt=""
|
||||
className="w-full object-cover"
|
||||
/>
|
||||
</div>
|
||||
<div className="flex flex-col flex-1 ml-4">
|
||||
<p className="text-white text-base font-medium flex items-center">
|
||||
{data?.name}
|
||||
|
@ -197,7 +199,7 @@ export default function Download({ params }) {
|
|||
</span>
|
||||
</p>
|
||||
<p className="text-secondary text-sm font-medium">
|
||||
来「铁粉空间」查看我的更多超顶动态
|
||||
来「铁粉空间」查看我的更多精选内容
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue