Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-convertor-view
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
station
amos-convertor-view
Commits
51055a2e
Commit
51055a2e
authored
May 12, 2020
by
单奇雲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
5b4ef8af
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
8 deletions
+7
-8
statistical.scss
src/styles/view/panoramic/statistical.scss
+6
-6
index.js
src/view/panoramic/index.js
+0
-1
SafetyExecuteList.js
src/view/panoramic/statistical/SafetyExecuteList.js
+1
-1
No files found.
src/styles/view/panoramic/statistical.scss
View file @
51055a2e
...
@@ -9,15 +9,15 @@
...
@@ -9,15 +9,15 @@
float
:
left
;
float
:
left
;
.equipStatusList
{
.equipStatusList
{
height
:
33
.3%
;
}
}
.safetyExecuteList
{
.safetyExecuteList
{
height
:
33
.3%
;
}
}
.safetyIndex
{
.safetyIndex
{
height
:
33
.3%
;
}
}
}
}
...
@@ -27,15 +27,15 @@
...
@@ -27,15 +27,15 @@
float
:
right
;
float
:
right
;
.safetyIndexWeek
{
.safetyIndexWeek
{
height
:
33
.3%
;
}
}
.statisticsCheck
{
.statisticsCheck
{
height
:
33
.3%
;
}
}
.statisticsDuty
{
.statisticsDuty
{
height
:
33
.3%
;
}
}
}
}
...
...
src/view/panoramic/index.js
View file @
51055a2e
...
@@ -7,7 +7,6 @@ import Statistical from './statistical'
...
@@ -7,7 +7,6 @@ import Statistical from './statistical'
export
default
class
Panoramic
extends
Component
{
export
default
class
Panoramic
extends
Component
{
render
()
{
render
()
{
debugger
;
return
(
return
(
<
div
className
=
"sys-view-panoramic"
>
<
div
className
=
"sys-view-panoramic"
>
<
Statistical
/>
<
Statistical
/>
...
...
src/view/panoramic/statistical/SafetyExecuteList.js
View file @
51055a2e
...
@@ -8,6 +8,6 @@ export default class SafetyExecuteList extends Component {
...
@@ -8,6 +8,6 @@ export default class SafetyExecuteList extends Component {
render
()
{
render
()
{
console
.
log
(
'SafetyExecuteList'
)
console
.
log
(
'SafetyExecuteList'
)
return
<
div
className
=
"
S
afetyExecuteList"
>
SafetyExecuteList
<
/div>
;
return
<
div
className
=
"
s
afetyExecuteList"
>
SafetyExecuteList
<
/div>
;
}
}
}
}
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