remove runtime

This commit is contained in:
hufeixiong
2021-07-13 15:15:19 +08:00
parent a687b1b42c
commit 4367633ec2
19 changed files with 158 additions and 111 deletions

View File

@@ -92,14 +92,9 @@ function Container(props: PropsWithChildren<ContainerProps>) {
>
<IconFont
type="icon-suofang"
onMouseDown={containerResizer.onMousedown}
onMouseDown={(e) => containerResizer.onMousedown(e, props.config)}
style={{ fontSize: '20px', cursor: 's-resize' }}
></IconFont>
{/* <BoxPlotFilled
onMouseDown={containerResizer.onMousedown}
style={{ fontSize: '20px', cursor: 's-resize' }}
rotate={90}
/> */}
</div>
</div>
</>