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

View File

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

View File

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

View File

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

View File

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