秦子超 2025-06-13 14:31:27 +08:00
commit 2783cab920
1 changed files with 7 additions and 7 deletions

View File

@ -228,15 +228,15 @@ const householdData = [
</Typography> </Typography>
<div style={{ display: 'flex', justifyContent: 'center', flexWrap: 'wrap', columnGap: 40 }}> <div style={{ display: 'flex', justifyContent: 'center', flexWrap: 'wrap', columnGap: 40 }}>
<div style={{ padding: 10, width: 130, background: "linear-gradient(to bottom, #001529, #003366)" }}> <div style={{ padding: 10, width: 130, background: "linear-gradient(to bottom, #001529, #003366)" }}>
<div className="value" style={{ color: '#5ecd45' }}>35</div> <div className="value" style={{ color: '#5ecd45' }}>794</div>
<div className="key" style={{ color: '#fff', fontSize: 16 }}>危险区面积</div> <div className="key" style={{ color: '#fff', fontSize: 16 }}>危险区面积()</div>
</div> </div>
<div style={{ padding: 10, width: 130, background: "linear-gradient(to bottom, #001529, #003366)" }}> <div style={{ padding: 10, width: 130, background: "linear-gradient(to bottom, #001529, #003366)" }}>
<div className="value" style={{ color: '#5ecd45' }}>35</div> <div className="value" style={{ color: '#5ecd45' }}>8</div>
<div className="key" style={{ color: '#fff', fontSize: 16 }}>危险区户数</div> <div className="key" style={{ color: '#fff', fontSize: 16 }}>危险区户数</div>
</div> </div>
<div style={{ padding: 10, width: 130, background: "linear-gradient(to bottom, #001529, #003366)" }}> <div style={{ padding: 10, width: 130, background: "linear-gradient(to bottom, #001529, #003366)" }}>
<div className="value" style={{ color: '#5ecd45' }}>35</div> <div className="value" style={{ color: '#5ecd45' }}>8</div>
<div className="key" style={{ color: '#fff', fontSize: 16 }}>风险点()</div> <div className="key" style={{ color: '#fff', fontSize: 16 }}>风险点()</div>
</div> </div>
<div style={{ padding: 10, width: 130, background: "linear-gradient(to bottom, #001529, #003366)" }}> <div style={{ padding: 10, width: 130, background: "linear-gradient(to bottom, #001529, #003366)" }}>
@ -244,7 +244,7 @@ const householdData = [
className="value" className="value"
style={{ cursor: 'pointer', color: '#5ecd45' }} style={{ cursor: 'pointer', color: '#5ecd45' }}
> >
15 32
</div> </div>
<div className="key" style={{ color: '#fff', fontSize: 16 }}>危险区人口()</div> <div className="key" style={{ color: '#fff', fontSize: 16 }}>危险区人口()</div>
</div> </div>
@ -256,11 +256,11 @@ const householdData = [
<div className="info-row"> <div className="info-row">
<div className="info-item"> <div className="info-item">
<span className="label">威胁对象</span> <span className="label">威胁对象</span>
<span className="value">18</span> <span className="value">8</span>
</div> </div>
<div className="info-item"> <div className="info-item">
<span className="label">威胁人口</span> <span className="label">威胁人口</span>
<span className="value">75</span> <span className="value">32</span>
</div> </div>
</div> </div>
<div className="info-item"> <div className="info-item">