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

@@ -16,11 +16,12 @@
<style scoped lang="scss">
.title-3 {
position: relative;
width: 100%;
min-width: vw(400);
height: vh(22);
margin-top: vh(20);
background-image: url('@/assets/images/title-6.png');
background-size: 100% 100%;
background-size: 100%;
& > span {
position: absolute;
bottom: vh(4);

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);

View File

@@ -65,7 +65,7 @@
</div>
<div style="display: flex;">
<!-- 车船信息 -->
<div class="flex" style="flex:1;">
<div class="flex" style="flex:1;margin-left: 14px;">
<div class="car-ship">
<div class="mb-6">
<div class="car">
@@ -237,7 +237,7 @@
<vue3-seamless-scroll
class="right"
:list="homeStore.wordkOrderList"
:limitScrollNum="3"
:limitScrollNum="5"
:hover="true"
:step="0.2"
:wheel="true"
@@ -1126,7 +1126,7 @@
padding: 0 vw(10);
width: vw(1350);
flex:1;
padding:vw(15);
padding:vw(10);
// height: vh(44);
// line-height: vh(44);
white-space: nowrap;

View File

@@ -69,7 +69,7 @@
</div>
</div>
<div class="box-2">
<Title1 title="不同景区工单占比" />
<Title1 title="景区工单占比" />
<div class="chart" style="padding-top: 0;">
<div class="chart__wrapper">
<Title3 title="景区工单占比" />
@@ -285,7 +285,7 @@
}
.item {
display: flex;
width: vw(250);
min-width: vw(250);
height: vh(78);
line-height: vh(78);
padding-left: vw(10);

View File

@@ -236,14 +236,15 @@
width:initial;
height:initial;
padding:vw(15);
background: #feae00;
background: #d9011b;
}
.label--error {
width:initial;
height:initial;
@extend .label;
padding:vw(15);
background: #d9011b;
background: #feae00;
}
.time {
font-weight: 400;