분석 레포트 화면 수정
This commit is contained in:
@@ -219,6 +219,9 @@ export default function BuilderPageShell({
|
||||
'--bps-left-width': leftOpen ? `${leftWidth}px` : '0px',
|
||||
'--bps-right-width': rightOpen ? `${rightWidth}px` : '0px',
|
||||
'--bps-left-open': leftOpen ? '1' : '0',
|
||||
'--bps-right-open': rightOpen ? '1' : '0',
|
||||
'--bps-left-splitter': leftOpen ? '5px' : '0px',
|
||||
'--bps-right-splitter': rightOpen ? '5px' : '0px',
|
||||
'--bps-left-handle': '16px',
|
||||
'--bps-splitter-w': '5px',
|
||||
}) as React.CSSProperties, [leftOpen, leftWidth, rightOpen, rightWidth]);
|
||||
|
||||
Reference in New Issue
Block a user