Feat(AI):天气展示数据调整
This commit is contained in:
@@ -81,6 +81,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="content">今日风向:{{ weatherData.win }}</view>
|
||||
<view class="content">紫外线指数:{{ weatherData.uvIndex }} {{ weatherData.uvDescription }}</view>
|
||||
</view>
|
||||
<view v-else class="no-weather">
|
||||
<image
|
||||
|
||||
@@ -1096,10 +1096,14 @@ page {
|
||||
padding: 0 0 0 24rpx;
|
||||
}
|
||||
}
|
||||
.content + .content {
|
||||
padding: 12rpx 0 0 0;
|
||||
}
|
||||
.content {
|
||||
color: #3D4CF1;
|
||||
font-size: 26rpx;
|
||||
line-height: 36rpx;
|
||||
font-weight: bold;
|
||||
}
|
||||
.txt-loading {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user