This commit is contained in:
parent
febf274224
commit
1d0a376a36
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user