Commit 72739bfb authored by 李纪文's avatar 李纪文

fix: 统计查看

parent 2a683881
......@@ -10,9 +10,9 @@ const Demo = () => {
// statisticType: '',
// }
const params = {
deviceCode: 'SC00000023',
sensors: '出水累计流量',
deviceType: '水厂',
deviceCode: 'LLJ00000001',
sensors: '今日水量',
deviceType: '流量计',
statisticType: '',
}
return (
......
......@@ -25,6 +25,8 @@
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
&-box {
......@@ -37,6 +39,19 @@
&-header {
flex: none;
margin-bottom: 10px;
display: flex;
align-items: center;
justify-content: space-between;
}
&-time {
display: flex;
align-items: center;
}
&-down-load {
display: flex;
align-items: center;
}
&-select {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment