mcfxkh-Web/src/views/Home/panels/Gssjgl/index.js

18 lines
394 B
JavaScript
Raw Normal View History

2025-05-27 16:33:56 +08:00
import React, { useMemo, useState } from 'react';
import PanelBox from '../../components/PanelBox';
function DrpReal({ style }) {
return (
<PanelBox
style={style}
title="供水数据概览"
color="green"
>
<img src='/assets/供水数据概览.jpg' style={{width:'419.81px', height:'200px',marginLeft:'1px'}}/>
</PanelBox>
)
}
export default DrpReal;