From 7530e455877be2a17fb73ba619c52ba8ce70b191 Mon Sep 17 00:00:00 2001 From: kjh2064 Date: Sat, 25 Jul 2026 20:20:59 +0900 Subject: [PATCH] fix(wbs-ux): structure FactorParamDetailLayout as a distinct 6:4 Split Pane with physical Split Divider Bar --- .../templates/FactorParamDetailLayout.vue | 345 +++++++++++------- 1 file changed, 205 insertions(+), 140 deletions(-) diff --git a/src/frontend/src/views/templates/FactorParamDetailLayout.vue b/src/frontend/src/views/templates/FactorParamDetailLayout.vue index a45afe00..483ef004 100644 --- a/src/frontend/src/views/templates/FactorParamDetailLayout.vue +++ b/src/frontend/src/views/templates/FactorParamDetailLayout.vue @@ -73,136 +73,214 @@ onMounted(loadFactors);