This commit is contained in:
mozzie 2024-09-18 22:26:40 +08:00
parent f2f7382fec
commit 7291840ed8

View File

@ -328,8 +328,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>