0228.8
All checks were successful
部署 Next.js 站点到 Gitea / deploy (push) Successful in 1m38s

This commit is contained in:
298977887 2025-02-28 23:53:07 +08:00
parent febf274224
commit 1d0a376a36

View File

@ -88,7 +88,7 @@ const WeatherSection: FC<WeatherSectionProps> = ({ data }) => {
</div> */} </div> */}
{/* 天气图标和名称 */} {/* 天气图标和名称 */}
<div className="flex items-center gap-2 w-24"> <div className="flex items-center gap-4 w-32">
<div className="text-gray-400 text-lg"> <div className="text-gray-400 text-lg">
{getWeatherIcon(day.condition)} {getWeatherIcon(day.condition)}
</div> </div>