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

fix: 统计查看

parent 2a683881
...@@ -10,9 +10,9 @@ const Demo = () => { ...@@ -10,9 +10,9 @@ const Demo = () => {
// statisticType: '', // statisticType: '',
// } // }
const params = { const params = {
deviceCode: 'SC00000023', deviceCode: 'LLJ00000001',
sensors: '出水累计流量', sensors: '今日水量',
deviceType: '水厂', deviceType: '流量计',
statisticType: '', statisticType: '',
} }
return ( return (
......
...@@ -25,6 +25,8 @@ ...@@ -25,6 +25,8 @@
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
width: 100%;
height: 100%;
} }
&-box { &-box {
...@@ -37,6 +39,19 @@ ...@@ -37,6 +39,19 @@
&-header { &-header {
flex: none; flex: none;
margin-bottom: 10px; 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 { &-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