Merge pull request '修改样式' (#89) from anln into main

Reviewed-on: https://git.wishpal.cn/wishpal_ironfan/tiefen_space_web/pulls/89
This commit is contained in:
yezian 2024-07-01 21:00:05 +08:00
commit 5d0f4fadcf
1 changed files with 3 additions and 3 deletions

View File

@ -200,7 +200,7 @@ export default function IncomeQuerry({ children }) {
<p className="text-xs my-2">*当前页面所有统计单位均为钻石</p> <p className="text-xs my-2">*当前页面所有统计单位均为钻石</p>
<div className="rounded-2xl bg-gradient-to-r from-[#FF668B] to-[#FF66F0] text-white p-4 h-max mb-4"> <div className="rounded-2xl bg-gradient-to-r from-[#FF668B] to-[#FF66F0] text-white p-4 h-max mb-4">
<div className="mb-4"> <div className="mb-4">
<p className="text-md mb-4 font-medium">可提现钻石</p> <p className=" text-lg mb-4 font-medium">可提现钻石</p>
<div className="flex justify-between items-center"> <div className="flex justify-between items-center">
<span className="text-3xl font-bold">{data.withdraw_diamonds}</span> <span className="text-3xl font-bold">{data.withdraw_diamonds}</span>
{/* <Link href={"#"} className="text-sm text-[#7d304c]"> {/* <Link href={"#"} className="text-sm text-[#7d304c]">
@ -229,14 +229,14 @@ export default function IncomeQuerry({ children }) {
{ {
data.week_dashboard && data.week_dashboard &&
<div className="rounded-2xl bg-gradient-to-b from-[#ff668c80] to-[#FF668B30] text-white mb-4 p-4"> <div className="rounded-2xl bg-gradient-to-b from-[#ff668c80] to-[#FF668B30] text-white mb-4 p-4">
<p className="text-md mb-4 font-medium">数据看板</p> <p className="text-lg mb-4 font-medium">数据看板</p>
<div className="h-40" ref={databoard}></div> <div className="h-40" ref={databoard}></div>
</div> </div>
} }
{ {
data.income_from_dashboard && data.income_from_dashboard &&
<div className="rounded-2xl bg-gradient-to-b from-[#ff668c80] to-[#FF668B30] text-white mb-4 p-4"> <div className="rounded-2xl bg-gradient-to-b from-[#ff668c80] to-[#FF668B30] text-white mb-4 p-4">
<p className="text-md mb-4 font-medium text-white">收益来源</p> <p className="text-lg mb-4 font-medium text-white">收益来源</p>
<div className="h-40" ref={incomeOrgin}></div> <div className="h-40" ref={incomeOrgin}></div>
</div> </div>
} }