|
@@ -24,7 +24,7 @@ const Work = (props) => {
|
|
|
<div className={styles.score}>
|
|
|
<CircleScore big>
|
|
|
{data?.score}
|
|
|
- <div style={{ fontSize: 24 }}>{data?.grade}</div>
|
|
|
+ <div style={{ fontSize: '0.24rem' }}>{data?.grade}</div>
|
|
|
</CircleScore>
|
|
|
<div className={styles.scoreRight}>
|
|
|
<h3>当前运行{data?.grade},可继续优化</h3>
|
|
@@ -33,7 +33,7 @@ const Work = (props) => {
|
|
|
</div>
|
|
|
{data?.score && (
|
|
|
<Button
|
|
|
- style={{ marginRight: 20 }}
|
|
|
+ style={{ marginRight: '0.2rem' }}
|
|
|
className={styles.btn}
|
|
|
type="primary"
|
|
|
onClick={() =>
|
|
@@ -57,7 +57,7 @@ const Work = (props) => {
|
|
|
</Button>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <Row gutter={40}>
|
|
|
+ <Row gutter={10}>
|
|
|
<Col span={12}>
|
|
|
<div className={styles.card}>
|
|
|
<h3>进水数据</h3>
|
|
@@ -136,8 +136,6 @@ const Work = (props) => {
|
|
|
</ul>
|
|
|
</div>
|
|
|
</Col>
|
|
|
- </Row>
|
|
|
- <Row gutter={16}>
|
|
|
<Col span={12}>
|
|
|
<div className={styles.card2} style={{ marginBottom: 0 }}>
|
|
|
<h3>能耗数据</h3>
|