Commit 174e2c1e by Liu

fix:更换左侧小冰图片

parent 9d6b33b3
This diff was suppressed by a .gitattributes entry.
......@@ -264,7 +264,7 @@ export const Home: React.FC = () => {
</motion.div>
{isToolBtnActive && (
<div>
<img src={SmartIce} alt="Smart Ice" className="w-[260px] h-[330px] mt-[-12px] object-contain" />
<img src={SmartIce} alt="Smart Ice" className="w-[260px] h-[218px] mt-[-12px] object-contain" />
</div>
)}
</div>
......
......@@ -140,7 +140,7 @@ const QuestionListBase: React.FC<QuestionListProps & WithAuthProps> = ({
</h3>
{isLoaded && questions && questions.length === 0
? (
<div className="mt-[80px] flex flex-col items-center justify-center h-[200px]">
<div className="mt-[34px] flex flex-col items-center justify-center h-[200px]">
<div className="flex flex-col items-center">
<Image src={emptyIcon} alt="空数据" className="w-[72px] h-[72px]" />
<div className="mt-[16px] text-[14px] text-[#27353C]">问题正在路上...</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment