修改默认的节点压力样式

This commit is contained in:
JIANG
2025-12-19 16:43:13 +08:00
parent e5cf750754
commit b0101202a7
2 changed files with 16 additions and 7 deletions

View File

@@ -779,8 +779,8 @@ const SCADADataPanel: React.FC<SCADADataPanelProps> = ({
ref={draggableRef}
sx={{
position: "absolute",
right: "2rem",
top: "2rem",
right: "1rem",
top: "1rem",
width: "min(920px, calc(100vw - 2rem))",
maxWidth: "100vw",
height: "860px",