From dc4ff9b56c9697171c012c22452cf127863cf35e Mon Sep 17 00:00:00 2001 From: NaiboWang-Alienware Date: Mon, 17 Jul 2023 03:32:27 +0800 Subject: [PATCH] Adjust operation width --- ElectronJS/src/taskGrid/FlowChart.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElectronJS/src/taskGrid/FlowChart.css b/ElectronJS/src/taskGrid/FlowChart.css index 1f35cec..f750a35 100644 --- a/ElectronJS/src/taskGrid/FlowChart.css +++ b/ElectronJS/src/taskGrid/FlowChart.css @@ -14,7 +14,7 @@ div.node { height: 45px; - width: 150px; + width: 180px; border-radius: 7px; border: skyblue solid; background: rgb(73, 156, 189);