设备设施

main
wangyunfei 3 weeks ago
parent 0cd11c363b
commit 1881fcb3e8

@ -637,7 +637,7 @@ const EvaluationReport = () => {
<div className={styles.block1Header}> <div className={styles.block1Header}>
<div className={styles.block1Title}> <div className={styles.block1Title}>
<div className={styles.titleIcon}></div> <div className={styles.titleIcon}></div>
设备状态分布 设备使用频率分析
</div> </div>
<Segmented <Segmented
className={styles.block1Segmented} className={styles.block1Segmented}
@ -656,7 +656,7 @@ const EvaluationReport = () => {
<div className={styles.block1Header}> <div className={styles.block1Header}>
<div className={styles.block1Title}> <div className={styles.block1Title}>
<div className={styles.titleIcon}></div> <div className={styles.titleIcon}></div>
设备故障类型分布 近一年维护费用趋势
</div> </div>
<Select <Select
className={styles.customSelect} className={styles.customSelect}
@ -678,7 +678,7 @@ const EvaluationReport = () => {
<div className={styles.middleBlock2Title}> <div className={styles.middleBlock2Title}>
<div className={styles.titleLeft}> <div className={styles.titleLeft}>
<div className={styles.titleIcon}></div> <div className={styles.titleIcon}></div>
<div>设备运行参数</div> <div>设备类型占比</div>
</div> </div>
<div className={styles.titleRight}> <div className={styles.titleRight}>
<Select <Select

@ -708,10 +708,7 @@ const RiskAssessment = () => {
{/* 设备状态饼图 */} {/* 设备状态饼图 */}
<div className={styles.deviceStatusChart} ref={pieChartRef}> <div className={styles.deviceStatusChart} ref={pieChartRef}>
</div> </div>
{/* <div className={styles.block1Chart}>
<img src={map1} alt="地图" className={styles.mapImage} />
</div> */}
</div> </div>
<div className={styles.middleBlock12}> <div className={styles.middleBlock12}>
@ -722,9 +719,12 @@ const RiskAssessment = () => {
</div> </div>
<Select <Select
className={styles.customSelect} className={styles.customSelect}
style={{ width: 120 }} style={{
width: 120,
display: 'flex',
alignItems: 'center'
}}
defaultValue="全部区域" defaultValue="全部区域"
// defaultValue="全部区域"
options={[ options={[
{ value: '全部区域', label: '全部区域' }, { value: '全部区域', label: '全部区域' },
{ value: '部分区域', label: '部分区域' }, { value: '部分区域', label: '部分区域' },

@ -290,7 +290,7 @@
:global(.ant-select-selection-item) { :global(.ant-select-selection-item) {
line-height: 24px !important; line-height: 24px !important;
height: 24px !important; // height: 24px !important;
display: flex !important; display: flex !important;
align-items: center !important; align-items: center !important;
} }

Loading…
Cancel
Save