Commit 51055a2e authored by 单奇雲's avatar 单奇雲

.

parent 5b4ef8af
...@@ -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%;
} }
} }
......
...@@ -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/>
......
...@@ -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="SafetyExecuteList">SafetyExecuteList</div>; return <div className="safetyExecuteList">SafetyExecuteList</div>;
} }
} }
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