feat: 页面样式更新
parent
27edb84470
commit
d99f2c58f5
|
|
@ -113,11 +113,11 @@ export default function AntechamberWishList() {
|
|||
className="flex items-center justify-end text-[13px] text-[#1580FF]"
|
||||
onClick={() => handleNavigate(item)}
|
||||
>
|
||||
智能分析
|
||||
<span>智能分析</span>
|
||||
<img
|
||||
src="/icons/rightBlue.png"
|
||||
alt=""
|
||||
className="ml-[2px] w-[10px] h-[10px]"
|
||||
className="w-[10px] h-[10px]"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -161,8 +161,12 @@ export default function AntechamberWishList() {
|
|||
className="flex items-center text-[13px] text-[#1580FF] ml-auto"
|
||||
onClick={() => handleNavigate(wishList[0])}
|
||||
>
|
||||
智能分析
|
||||
<img src="/icons/rightBlue.png" alt="" className="ml-[2px] w-[10px] h-[10px]" />
|
||||
<span>智能分析</span>
|
||||
<img
|
||||
src="/icons/rightBlue.png"
|
||||
alt=""
|
||||
className="w-[10px] h-[10px]"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue