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

.

parent 5b4ef8af
......@@ -9,15 +9,15 @@
float: left;
.equipStatusList{
height: 33.3%;
}
.safetyExecuteList{
height: 33.3%;
}
.safetyIndex{
height: 33.3%;
}
}
......@@ -27,15 +27,15 @@
float: right;
.safetyIndexWeek{
height: 33.3%;
}
.statisticsCheck{
height: 33.3%;
}
.statisticsDuty{
height: 33.3%;
}
}
......
......@@ -7,7 +7,6 @@ import Statistical from './statistical'
export default class Panoramic extends Component {
render() {
debugger;
return (
<div className="sys-view-panoramic">
<Statistical/>
......
......@@ -8,6 +8,6 @@ export default class SafetyExecuteList extends Component {
render() {
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