fix bug修改

This commit is contained in:
duanliang
2026-01-15 14:30:57 +08:00
parent 5d95c101ba
commit 9705c0bb26
2 changed files with 36 additions and 14 deletions

View File

@@ -40,11 +40,12 @@
</div>
<div class="box box-9 mr-8">
<Title1 title="景区承载" />
<div class="flex">
<circle-progress
:width="60"
:height="50"
<div
style="cursor: pointer;"
class="count-box flex justify-between">
<circle-progress
:width="70"
:height="35"
:value="scenicStore.scenicBearData.header.jqRate"
:title="`${scenicStore.scenicBearData.header.jqRate}%`"
subTitle="景区承载率"
@@ -63,12 +64,12 @@
</div>
</div>
<div class="border">
<div class="pt-50">
<div class="pt-10">
<Title3 title="今日景区承载量" />
</div>
<Line
width="100%"
:height="133"
:height="145"
:data="scenicBearData"
:xAxisData="scenicBearXAxisData"
/>
@@ -1058,7 +1059,7 @@
flex:1;
.count-box {
padding: 0 vw(10);
height: vh(140);
height: vh(150);
}
.bg {
background: linear-gradient(321deg, #0b2f64 0%, #062b57 100%);