This commit is contained in:
ylj20011123 2025-11-15 21:45:24 +08:00
parent 0df887d3b7
commit d4b6e7817b
9 changed files with 592 additions and 3372 deletions

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@
.brandChartBox {
width: 100%;
height: 220px;
height: 300px;
margin-top: 15px;
position: relative;
@ -17,7 +17,7 @@
.brandList {
width: 100%;
margin-top: 42px;
margin-top: 142px;
.tabBox {
width: 100%;

View File

@ -202,7 +202,7 @@ const handleGetTableData = async (BRAND_INDUSTRY: number) => {
const data = await handleGetCombineBrandList(req)
// brandListData.value = data.slice(0, 6)
return data.slice(0, 6)
return data.slice(0, 3)
}
// tab
@ -229,10 +229,12 @@ onBeforeUnmount(() => {
const handleSetConfig = (res: any) => {
const option = {
legend: {
orient: 'vertical', //
left: 200, // 5%
top: 'center', //
// orient: 'vertical', //
// left: 200, // 5%
// top: 'center', //
itemWidth: 12, //
bottom: 'center',
left: 'center',
itemHeight: 12, //
textStyle: {
color: '#fff', //

View File

@ -79,7 +79,6 @@ onMounted(async () => {
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
console.log('🔄 地图容器变为可见 - 重新检测布局稳定性')
//
handleDetectLayoutStability()
}
@ -209,11 +208,7 @@ const handleAllServiceMarkedPoint = async () => {
opacity: 0.6,
});
pointLayer.on("mousemove", (ev: any) => {
console.log('props?.noticeMessageObj', props?.noticeMessageObj);
const detail: any = ev.feature;
console.log('detail.SERVERPART_ID', detail.SERVERPART_ID);
hoverPoint.value.style.maxWidth = `500px`;
hoverPoint.value.style.top = `${ev.y + 5}px`;
hoverPoint.value.style.left = `${ev.x + 5}px`;

View File

@ -66,7 +66,7 @@
.CoreCategory {
width: 100%;
height: 220px;
height: 270px;
}
}
}

View File

@ -216,7 +216,7 @@ defineExpose({
<template>
<div class="ThisMonthBenefitsBox">
<div class="ThisMonthBenefitsContent">
<!-- <div class="ThisMonthBenefitsContent">
<div class="ThisMonthBenefitsContentLeft">
<img class="thisMonthIcon" :src="bussinessIcon" />
<div class="thisMonthTitle">本月福利金发放额度</div>
@ -226,7 +226,7 @@ defineExpose({
<span class="thisMonthValue">{{ allRealData?.value?.distributeAmount || '0' }}</span>
<span class="thisMonthUnit"></span>
</div>
</div>
</div> -->
<div class="CoreCategoryBox">

View File

@ -29,7 +29,7 @@
.TrendOfTrafficFlow {
width: 100%;
min-height: 160px;
min-height: 260px;
flex: 1;
// min-height: 120px;
/* 设置最小高度确保图表可用 */

View File

@ -22,7 +22,7 @@
.VehiclesEntering {
width: 100%;
// height: 134px;
height: 190px;
height: 260px;
}
}
@ -34,7 +34,7 @@
.TrendCustomerRevenue {
width: 100%;
height: 145px;
height: 220px;
}
}
}

View File

@ -769,10 +769,10 @@ const handleGetHighWayData = async () => {
<!-- </div> -->
<div class="leftContentBoxItem" style="margin-top: 33px;">
<!-- <div class="leftContentBoxItem" style="margin-top: 33px;"> -->
<!-- 经营效益趋势 -->
<VehicleModelStay ref="VehicleModelStayRef" />
</div>
<!-- <VehicleModelStay ref="VehicleModelStayRef" /> -->
<!-- </div> -->
</div>
</div>