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

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