Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wisdom-components
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
wisdom-components
Commits
72739bfb
Commit
72739bfb
authored
Aug 23, 2023
by
李纪文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 统计查看
parent
2a683881
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
3 deletions
+18
-3
Basic.tsx
...-components/EC_StatisticalHistoryView/src/demos/Basic.tsx
+3
-3
index.js
.../extend-components/EC_StatisticalHistoryView/src/index.js
+0
-0
index.less
...xtend-components/EC_StatisticalHistoryView/src/index.less
+15
-0
No files found.
packages/extend-components/EC_StatisticalHistoryView/src/demos/Basic.tsx
View file @
72739bfb
...
@@ -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
(
...
...
packages/extend-components/EC_StatisticalHistoryView/src/index.js
View file @
72739bfb
This diff is collapsed.
Click to expand it.
packages/extend-components/EC_StatisticalHistoryView/src/index.less
View file @
72739bfb
...
@@ -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 {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment