完善docker安装方式文档&去除js文件中未使用的代码

This commit is contained in:
dushixiang
2021-02-12 17:11:52 +08:00
parent a1c50633e6
commit f8271f24a9
4 changed files with 48 additions and 25 deletions

View File

@ -355,8 +355,6 @@ class FileSystem extends Component {
this.setState({selectedRowKeys});
},
};
const hasSelected = selectedRowKeys.length > 0;
return (
<div>

View File

@ -1,23 +1,10 @@
import React, {useState} from 'react';
import {
Col,
Collapse,
Form,
Input,
InputNumber,
Modal,
Radio,
Row,
Select,
Switch,
Tooltip,
Typography
} from "antd/lib/index";
import {Col, Collapse, Form, Input, InputNumber, Modal, Radio, Row, Select, Tooltip, Typography} from "antd/lib/index";
import {ExclamationCircleOutlined} from "@ant-design/icons";
const {TextArea} = Input;
const {Option} = Select;
const {Text, Title} = Typography;
const {Text} = Typography;
const {Panel} = Collapse;
// 子级页面
@ -38,10 +25,7 @@ const formLayout = {
labelCol: {span: 6},
wrapperCol: {span: 18},
};
const RDPFormItemLayout = {
labelCol: {span: 12},
wrapperCol: {span: 12},
};
const TELENETFormItemLayout = {
labelCol: {span: 8},
wrapperCol: {span: 16},