|
@@ -3,12 +3,11 @@ import ImageControl from './components/ImageControl';
|
|
|
import OperationPanel from './components/OperationPanel';
|
|
|
import BodyPositionList from '../exam/components/BodyPositionList';
|
|
|
|
|
|
-const { Header, Content, Sider } = Layout;
|
|
|
+const { Content, Sider } = Layout;
|
|
|
|
|
|
const ImageProcessingPageLarge = () => {
|
|
|
return (
|
|
|
<Layout>
|
|
|
- <Header>Image Processing Page</Header>
|
|
|
<Layout>
|
|
|
<Sider width={200} className="custom-sider">
|
|
|
{/**使用style注入方式修改Sider内部div的样式,使体位列表显示出体位信息 */}
|