|
@@ -8,16 +8,6 @@ import { Bar } from '@ant-design/plots';
|
8
|
8
|
|
9
|
9
|
export default (props) => {
|
10
|
10
|
|
11
|
|
-
|
12
|
|
- const style = {
|
13
|
|
- bgd: {
|
14
|
|
- color: 'rgba(0,0,0,.25)',
|
15
|
|
- height: '100vh',
|
16
|
|
- // backgroundImage: `url(${ba})`,
|
17
|
|
- backgroundSize: '100%,100%',
|
18
|
|
- padding: '5em 10em'
|
19
|
|
- }
|
20
|
|
- }
|
21
|
11
|
const data = [
|
22
|
12
|
{
|
23
|
13
|
year: '收割机',
|
|
@@ -45,7 +35,7 @@ export default (props) => {
|
45
|
35
|
};
|
46
|
36
|
|
47
|
37
|
return (
|
48
|
|
- <div style={style.bgd} >
|
|
38
|
+ <div >
|
49
|
39
|
<TitleBox value='农机类型统计' />
|
50
|
40
|
<SquareBox>
|
51
|
41
|
<Bar {...config} />
|