feat: 页面样式更新

master
xjs 2025-04-30 15:43:52 +08:00
parent 27edb84470
commit d99f2c58f5
1 changed files with 8 additions and 4 deletions

View File

@ -113,11 +113,11 @@ export default function AntechamberWishList() {
className="flex items-center justify-end text-[13px] text-[#1580FF]" className="flex items-center justify-end text-[13px] text-[#1580FF]"
onClick={() => handleNavigate(item)} onClick={() => handleNavigate(item)}
> >
<span></span>
<img <img
src="/icons/rightBlue.png" src="/icons/rightBlue.png"
alt="" alt=""
className="ml-[2px] w-[10px] h-[10px]" className="w-[10px] h-[10px]"
/> />
</div> </div>
</div> </div>
@ -161,8 +161,12 @@ export default function AntechamberWishList() {
className="flex items-center text-[13px] text-[#1580FF] ml-auto" className="flex items-center text-[13px] text-[#1580FF] ml-auto"
onClick={() => handleNavigate(wishList[0])} onClick={() => handleNavigate(wishList[0])}
> >
<span></span>
<img src="/icons/rightBlue.png" alt="" className="ml-[2px] w-[10px] h-[10px]" /> <img
src="/icons/rightBlue.png"
alt=""
className="w-[10px] h-[10px]"
/>
</div> </div>
</div> </div>
</div> </div>