import * as React from "react"; import { Row, Col } from "antd"; import SiderView from "../SiderView"; import "./index.scss"; type P = {}; type S = {}; // 主内容区域 class ContentView extends React.Component
{ render() { return (