|
@@ -425,18 +425,19 @@
|
|
|
border: '1px solid #3f83f8',
|
|
border: '1px solid #3f83f8',
|
|
|
cursor: 'pointer',
|
|
cursor: 'pointer',
|
|
|
margin: '0',
|
|
margin: '0',
|
|
|
|
|
+ marginLeft: '5%',
|
|
|
color: '#3f83f8',
|
|
color: '#3f83f8',
|
|
|
borderRadius: '5px',
|
|
borderRadius: '5px',
|
|
|
textAlign: 'center',
|
|
textAlign: 'center',
|
|
|
background: 'none',
|
|
background: 'none',
|
|
|
- width: 'calc(33.33% - 8px)',
|
|
|
|
|
|
|
+ width: 'calc(23.33% - 8px)',
|
|
|
lineHeight: '34px',
|
|
lineHeight: '34px',
|
|
|
height: '34px',
|
|
height: '34px',
|
|
|
}"
|
|
}"
|
|
|
>
|
|
>
|
|
|
立即预测
|
|
立即预测
|
|
|
</div>
|
|
</div>
|
|
|
- <div v-if="ycObj" style="display: flex; gap: 10px; color: #fff; border: 1px solid #3f83f8; padding: 5px; border-radius: 5px">
|
|
|
|
|
|
|
+ <div v-if="ycObj" style="display: flex; gap: 10px; color: #3f83f8; border: 1px solid #3f83f8; padding: 5px; border-radius: 5px">
|
|
|
<div><span>用户数:</span>{{ ycObj?.predictedTotalUserCount || 0 }}</div>
|
|
<div><span>用户数:</span>{{ ycObj?.predictedTotalUserCount || 0 }}</div>
|
|
|
<div><span>电采暖用户数:</span>{{ ycObj?.predictedHeatingUserCount || 0 }}</div>
|
|
<div><span>电采暖用户数:</span>{{ ycObj?.predictedHeatingUserCount || 0 }}</div>
|
|
|
<div><span>基础负荷:</span>{{ ycObj?.predictedBaseLoad || 0 }}</div>
|
|
<div><span>基础负荷:</span>{{ ycObj?.predictedBaseLoad || 0 }}</div>
|