Merge branch 'main' of ssh://git.maxshader.com:10022/mozzie/cvpilot-tool

This commit is contained in:
mozzie 2024-09-19 10:59:22 +08:00
commit a0f4ca2f3a

View File

@ -331,8 +331,8 @@ export const Viewer = () => {
</ResizablePanel>
<ResizableHandle withHandle />
<ResizablePanel defaultSize={50}>
<div className="w-full h-1/3" ref={volumeViewport1Ref} />
<div className="w-full h-1/3" ref={volumeViewport2Ref} />
<div className="w-full h-1/3 border-b border-1 border-secondary" ref={volumeViewport1Ref} />
<div className="w-full h-1/3 border-b border-1 border-secondary" ref={volumeViewport2Ref} />
<div className="w-full h-1/3" ref={volumeViewport3Ref} />
</ResizablePanel>
</ResizablePanelGroup>