This commit is contained in:
ljx
2025-09-10 10:02:04 +08:00
parent b62b12c0b4
commit f3b7417b4f
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
<div ref="mapRef" class="map-container" style="width: 100%; height: 100%" />
</div>
<div class="centerPage_bottom">
<Title title="风险预警">
<Title title="风险预警" style="font-size: 22px">
<img src="@/assets/projectLarge/robot.svg" alt="" height="20px" width="20px" />
</Title>
<div class="centerPage_bottom_table">

View File

@ -1,7 +1,7 @@
<template>
<div class="leftPage">
<div class="topPage">
<Title title="项目进度分析" />
<Title title="项目进度分析" style="font-size: 22px" />
<div class="progress">
<div class="progress_item">
<div class="progress_imgBox">
@ -53,7 +53,7 @@
</div>
</div>
<div class="output">
<Title title="实际产值与预期产值对比" />
<Title title="实际产值与预期产值对比" style="font-size: 22px" />
<div class="chart_container">
<div ref="lineChartRef" class="echart" />
</div>