feat: 优化页面效果

This commit is contained in:
yarnom 2025-07-04 22:00:01 +08:00
parent 3e99132ad7
commit 702c6a87f4

View File

@ -847,7 +847,7 @@
<div id="weatherForecastCard" class="weather-forecast-card" style="display: none;" th:if="${role=='SUPER_ADMIN'}"> <div id="weatherForecastCard" class="weather-forecast-card" style="display: none;" th:if="${role=='SUPER_ADMIN'}">
<div class="weather-card-header"> <div class="weather-card-header">
<h3 class="weather-card-title"> <h3 class="weather-card-title">
Windy 天气预测 :) Windy 天气预测
</h3> </h3>
<button class="weather-close-btn" onclick="closeWeatherCard()">×</button> <button class="weather-close-btn" onclick="closeWeatherCard()">×</button>
</div> </div>