fix bug修改

This commit is contained in:
duanliang
2026-01-27 10:24:53 +08:00
parent 4d81265f97
commit ee5e891425
5 changed files with 20 additions and 12 deletions

View File

@@ -86,9 +86,12 @@
<div class="weather">
<span>{{ weatherData?.temperature }}-{{ weatherData?.skycon }}</span>
<span class="line">|</span>
<span>风速:{{ weatherData?.windSpeed }}</span>
<span class="line">|</span>
<!-- <span class="line">|</span> -->
<span>空气质量:{{ weatherData?.airQuality }}</span>
<div class="top-20">
<span>风速:{{ weatherData?.windSpeed }}</span>
</div>
</div>
<p class="date">{{ currentDate }}</p>
<div v-if="isBack" class="back" @click="handleBack">
@@ -416,6 +419,9 @@
</script>
<style scoped lang="scss">
.top-20{
margin-top:vh(20);
}
.amplify{
position:absolute;
right:vw(20);
@@ -432,7 +438,7 @@
right: vw(-300);
top: vh(30);
font-weight: 400;
font-size: vw(18);
font-size: font-vw(18);
color: #ffffff;
.line {
margin: 0 vw(10);