update
This commit is contained in:
@@ -9,7 +9,7 @@ function EnergyCost(props) {
|
||||
if (energyInfo) {
|
||||
}
|
||||
return (
|
||||
<Container title="能耗" icon="charger" className={cls.energyCost}>
|
||||
<Container title="能耗" icon="charger" className={cls.energyCost} pending={true}>
|
||||
<div className={`flex flex-col`}>
|
||||
<div className={`${cls.cost__info} flex`}>
|
||||
<div
|
||||
|
||||
@@ -7,7 +7,7 @@ export default function CenterMenu({ active, onChangeActive }) {
|
||||
['窑炉内部', '/kilnInner'],
|
||||
['退火监测', '/stopFire'],
|
||||
['质检统计', '/quailtyCheck'],
|
||||
['能耗分析', '/energyCost'],
|
||||
// ['能耗分析', '/energyCost'],
|
||||
];
|
||||
return (
|
||||
<div className={`${cls.centerMenu} flex`}>
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
.centerMenu {
|
||||
position: fixed;
|
||||
top: 120px;
|
||||
left: 1340px;
|
||||
// left: 1340px;
|
||||
left: 1460px;
|
||||
color: white;
|
||||
z-index: 10000;
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ import SmokeTrendChart from './SmokeTrendChart';
|
||||
|
||||
function SmokeHandle(props) {
|
||||
return (
|
||||
<Container title="烟气处理" icon="smoke" className={cls.smokeHandle}>
|
||||
<Container title="烟气处理" icon="smoke" className={cls.smokeHandle} pending={true}>
|
||||
<div className={`${cls.smokeHandle__content} flex flex-col`}>
|
||||
<div className={cls.info__item_groups}>
|
||||
<div className={cls.info__item}>氧 气 含 量 : 72%</div>
|
||||
|
||||
@@ -19,11 +19,11 @@ const TodayTableData = (props) => {
|
||||
headerHeight: 40,
|
||||
hoverPause: false,
|
||||
data: [
|
||||
["产线1", "37%", "62%", "97%", "7%"],
|
||||
["产线2", "95%", "10%", "99%", "3%"],
|
||||
["产线3", "68%", "1%", "92%", "4%"],
|
||||
["产线4", "94%", "21%", "97%", "2%"],
|
||||
["产线5", "99%", "30%", "95%", "5%"],
|
||||
["Y61", "37%", "62%", "97%", "7%"],
|
||||
["Y62", "95%", "10%", "99%", "3%"],
|
||||
["Y63", "68%", "1%", "92%", "4%"],
|
||||
["Y64", "94%", "21%", "97%", "2%"],
|
||||
["Y65", "99%", "30%", "95%", "5%"],
|
||||
],
|
||||
});
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user