|
@@ -21,7 +21,7 @@ import Styles from './style.less';
|
21
|
21
|
|
22
|
22
|
export default (props) => {
|
23
|
23
|
const screenRef = useRef();
|
24
|
|
- const [height, setHeight] = useState('700px');
|
|
24
|
+ const [height, setHeight] = useState('1080px');
|
25
|
25
|
const { isFullScreen, toggleFullScreen } = useFullScreen(screenRef);
|
26
|
26
|
|
27
|
27
|
const [machineryTypeData, setMachineryTypeData] = useState([
|
|
@@ -141,6 +141,7 @@ export default (props) => {
|
141
|
141
|
</div>
|
142
|
142
|
</div>
|
143
|
143
|
</SquareBox>
|
|
144
|
+ <div className={Styles['pd-tp-30']} style={{ height: '30px' }} />
|
144
|
145
|
</div>
|
145
|
146
|
</div>
|
146
|
147
|
</div>
|