|
@ -8,7 +8,7 @@ const Statistics = ({ dispatch, actions, close, modalName, visible, appData }) = |
|
|
return ( |
|
|
return ( |
|
|
<div style={{ width: '100%', height: 180, backgroundColor: 'white', marginBottom: 20 }}> |
|
|
<div style={{ width: '100%', height: 180, backgroundColor: 'white', marginBottom: 20 }}> |
|
|
<div style={{ display: 'flex', justifyContent: 'space-between', alignItems: 'center' }}> |
|
|
<div style={{ display: 'flex', justifyContent: 'space-between', alignItems: 'center' }}> |
|
|
<div>数据异常统计</div> |
|
|
<div style={{ width: 190, fontSize: 24, fontFamily: 'YouSheBiaoTiHei', color: '#101531', }}><span style={{ width: 3, height: 20, background: '#005ABD', display: 'inline-block', margin: "0 10px 0 10px" }}></span>数据异常统计</div> |
|
|
{/* <DatePicker |
|
|
{/* <DatePicker |
|
|
type="dateTimeRange" |
|
|
type="dateTimeRange" |
|
|
style={{ width: 405 }} |
|
|
style={{ width: 405 }} |
|
@ -17,18 +17,23 @@ const Statistics = ({ dispatch, actions, close, modalName, visible, appData }) = |
|
|
prefix='统计时段:' |
|
|
prefix='统计时段:' |
|
|
onChange={console.log} |
|
|
onChange={console.log} |
|
|
/> */} |
|
|
/> */} |
|
|
|
|
|
<div style={{ fontSize: 24, fontFamily: 'YouSheBiaoTiHei', color: '#BDDBFC' }}><img src="/assets/images/problem/keyboard.png" style={{ width: 30, height: 17, marginRight: 10 }} />开发中,敬请期待!</div> |
|
|
</div> |
|
|
</div> |
|
|
{/* <div style={{ width: '100%', display: 'flex', justifyContent: 'space-around', marginTop: 8 }}> |
|
|
{/* <div style={{ width: '100%', display: 'flex', justifyContent: 'space-around', marginTop: 8 }}> */} |
|
|
<div style={{ width: 'calc(25% - 20px)', height: 126, backgroundColor: '#F2F3F5', display: 'flex', justifyContent: 'center', alignItems: 'center' }}>暂未开放敬请期待</div> |
|
|
{/* <div style={{ width: 'calc(25% - 20px)', height: 126, backgroundColor: '#F2F3F5', display: 'flex', justifyContent: 'center', alignItems: 'center' }}>暂未开放敬请期待</div> |
|
|
<div style={{ width: 'calc(25% - 20px)', height: 126, backgroundColor: '#F2F3F5', display: 'flex', justifyContent: 'center', alignItems: 'center' }}>暂未开放敬请期待</div> |
|
|
|
|
|
<div style={{ width: 'calc(25% - 20px)', height: 126, backgroundColor: '#F2F3F5', display: 'flex', justifyContent: 'center', alignItems: 'center' }}>暂未开放敬请期待</div> |
|
|
<div style={{ width: 'calc(25% - 20px)', height: 126, backgroundColor: '#F2F3F5', display: 'flex', justifyContent: 'center', alignItems: 'center' }}>暂未开放敬请期待</div> |
|
|
<div style={{ width: 'calc(25% - 20px)', height: 126, backgroundColor: '#F2F3F5', display: 'flex', justifyContent: 'center', alignItems: 'center' }}>暂未开放敬请期待</div> |
|
|
<div style={{ width: 'calc(25% - 20px)', height: 126, backgroundColor: '#F2F3F5', display: 'flex', justifyContent: 'center', alignItems: 'center' }}>暂未开放敬请期待</div> |
|
|
|
|
|
<div style={{ width: 'calc(25% - 20px)', height: 126, backgroundColor: '#F2F3F5', display: 'flex', justifyContent: 'center', alignItems: 'center' }}>暂未开放敬请期待</div> */} |
|
|
|
|
|
|
|
|
</div> */} |
|
|
{/* </div> */} |
|
|
<div style={{ fontSize: 32, fontFamily: 'YouSheBiaoTiHei', fontWeight: 500, color: '#005ABD', textIndent:60, lineHeight: '156px', background: 'url(/assets/images/problem/await.png)', backgroundSize: '100% 100%', backgroundRepeat: 'no-repeat', width: 'calc(100% - 40px)', height: '156', margin: '0 0 0 10px' }}> |
|
|
|
|
|
|
|
|
{/* <div style={{ fontSize: 32, fontFamily: 'YouSheBiaoTiHei', fontWeight: 500, color: '#005ABD', textIndent:60, lineHeight: '156px', background: 'url(/assets/images/problem/await.png)', backgroundSize: '100% 100%', backgroundRepeat: 'no-repeat', width: 'calc(100% - 40px)', height: 156, margin: '0 0 0 10px' }}> |
|
|
暂未开放 敬请期待 |
|
|
暂未开放 敬请期待 |
|
|
</div> |
|
|
</div> */} |
|
|
</div> |
|
|
|
|
|
|
|
|
<img src="/assets/images/problem/bitmap.png" style={{ width: 'calc(100% - 20px)', height: 156, margin: '0 0 0 10px' }} /> |
|
|
|
|
|
|
|
|
|
|
|
</div > |
|
|
) |
|
|
) |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|