update good rate part
This commit is contained in:
parent
75a41a5713
commit
45c3edcd48
BIN
src/assets/Icon/icon-good.png
Normal file
BIN
src/assets/Icon/icon-good.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 745 B |
@ -1,23 +1,31 @@
|
|||||||
import cls from './container.module.less'
|
import { useEffect, useRef } from 'react';
|
||||||
|
|
||||||
import IconStack from '../assets/Icon/icon-stack.png'
|
import cls from './container.module.less';
|
||||||
|
|
||||||
|
import IconStack from '../assets/Icon/icon-stack.png';
|
||||||
|
import IconGood from '../assets/Icon/icon-good.png';
|
||||||
|
|
||||||
|
const Container = (props) => {
|
||||||
|
let icon = useRef(null);
|
||||||
|
|
||||||
const Container = props => {
|
|
||||||
let icon = null
|
|
||||||
switch (props.icon) {
|
switch (props.icon) {
|
||||||
case 'kiln':
|
case 'kiln':
|
||||||
icon = IconStack
|
icon.current = IconStack;
|
||||||
|
break;
|
||||||
|
case 'good': // 良品率
|
||||||
|
icon.current = IconGood;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
return <div className={`${cls.container} ${props.className}`}>
|
return (
|
||||||
|
<div className={`${cls.container} ${props.className}`}>
|
||||||
<div className={cls.container__head}>
|
<div className={cls.container__head}>
|
||||||
<img src={icon} alt="#" />
|
<img src={icon.current} alt="#" />
|
||||||
<h2>{props.title}</h2>
|
<h2>{props.title}</h2>
|
||||||
</div>
|
</div>
|
||||||
<div className={cls.container__content}>
|
<div className={cls.container__content}>{props.children}</div>
|
||||||
{props.children}
|
|
||||||
</div>
|
</div>
|
||||||
</ div>
|
);
|
||||||
}
|
};
|
||||||
|
|
||||||
export default Container
|
export default Container;
|
||||||
|
@ -1,6 +1,19 @@
|
|||||||
|
import cls from './good.module.less';
|
||||||
|
import Container from '../Container';
|
||||||
|
import TodayTableData from './substitutionCharts/TodayTableData';
|
||||||
|
import GoodRateChart from './substitutionCharts/GoodRateChart';
|
||||||
|
import TechSplitline from './substitutionCharts/TechSplitline';
|
||||||
|
|
||||||
const GoodProduction = () => {
|
const GoodProduction = () => {
|
||||||
return <div></div>
|
return (
|
||||||
}
|
<Container icon="good" title="本日生产良品率" className={cls.goodProd}>
|
||||||
|
<div className="goodProd__content">
|
||||||
|
<TodayTableData />
|
||||||
|
<TechSplitline />
|
||||||
|
<GoodRateChart />
|
||||||
|
</div>
|
||||||
|
</Container>
|
||||||
|
);
|
||||||
|
};
|
||||||
|
|
||||||
export default GoodProduction;
|
export default GoodProduction;
|
@ -52,7 +52,7 @@ export default function Kiln() {
|
|||||||
<Container title="窑炉信息" icon="kiln" className={cls.leftBar__top}>
|
<Container title="窑炉信息" icon="kiln" className={cls.leftBar__top}>
|
||||||
<div className={cls.leftBar__top__content}>
|
<div className={cls.leftBar__top__content}>
|
||||||
{infos.map((item) => (
|
{infos.map((item) => (
|
||||||
<div className={cls.info__item}>
|
<div key={item.label} className={cls.info__item}>
|
||||||
{item.label}: {item.value}
|
{item.label}: {item.value}
|
||||||
</div>
|
</div>
|
||||||
))}
|
))}
|
||||||
|
@ -0,0 +1,9 @@
|
|||||||
|
.goodProd {
|
||||||
|
background: url(../../assets/good.png) no-repeat, #9f84;
|
||||||
|
background-size: 100% 100%;
|
||||||
|
width: 625px;
|
||||||
|
// height: 626px;
|
||||||
|
flex: 1;
|
||||||
|
height: 1px;
|
||||||
|
margin-top: 24px;
|
||||||
|
}
|
@ -0,0 +1,7 @@
|
|||||||
|
import cls from './index.module.less';
|
||||||
|
|
||||||
|
const GoodRateChart = (props) => {
|
||||||
|
return <div className={cls.GoodRateChart}>good rate chart</div>;
|
||||||
|
};
|
||||||
|
|
||||||
|
export default GoodRateChart;
|
@ -0,0 +1,7 @@
|
|||||||
|
import cls from './index.module.less';
|
||||||
|
|
||||||
|
const TechSplitline = (props) => {
|
||||||
|
return <div className={cls.techSplitline}></div>;
|
||||||
|
};
|
||||||
|
|
||||||
|
export default TechSplitline;
|
@ -0,0 +1,5 @@
|
|||||||
|
.techSplitline {
|
||||||
|
height: 2px;
|
||||||
|
width: 100%;
|
||||||
|
background: radial-gradient(#3ce7ff, #3ce8ff92, #3ce8ff32, transparent);
|
||||||
|
}
|
@ -0,0 +1,7 @@
|
|||||||
|
import cls from './index.module.less';
|
||||||
|
|
||||||
|
const TodayTableData = (props) => {
|
||||||
|
return <div className={cls.todayTableData}>today table data</div>;
|
||||||
|
};
|
||||||
|
|
||||||
|
export default TodayTableData;
|
@ -10,9 +10,10 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-family: "微软雅黑", "Microsoft YaHei UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue",
|
font-family: '微软雅黑', 'Microsoft YaHei UI', -apple-system,
|
||||||
"PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC",
|
BlinkMacSystemFont, 'Helvetica Neue', 'PingFang SC', 'Microsoft YaHei',
|
||||||
"WenQuanYi Micro Hei", sans-serif;
|
'Source Han Sans SC', 'Noto Sans CJK SC', 'WenQuanYi Micro Hei',
|
||||||
|
sans-serif;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-left: 6px;
|
margin-left: 6px;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
@ -21,6 +22,12 @@
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.container__content {
|
||||||
|
height: 1px;
|
||||||
|
flex: 1;
|
||||||
|
background: #25a78672;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.bgKiln {
|
.bgKiln {
|
||||||
|
Loading…
Reference in New Issue
Block a user