From c64ce24167056fe9b4e8bb10863d71865a159215 Mon Sep 17 00:00:00 2001 From: xjdaniel Date: Fri, 14 Aug 2026 10:56:43 +0800 Subject: [PATCH] style(model-pricing): balance 5:5 layout and fix editor panel overlap - split model list / pricing editor columns evenly at 5:5 - narrow the preview column in the pricing editor panel - prevent price card grid from overflowing the scrollable area --- .../features/system-settings/models/model-pricing-sheet.tsx | 4 ++-- .../system-settings/models/model-ratio-visual-editor.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/features/system-settings/models/model-pricing-sheet.tsx b/web/src/features/system-settings/models/model-pricing-sheet.tsx index 4c0178f9a452..95ec0835460e 100644 --- a/web/src/features/system-settings/models/model-pricing-sheet.tsx +++ b/web/src/features/system-settings/models/model-pricing-sheet.tsx @@ -501,7 +501,7 @@ export const ModelPricingEditorPanel = forwardRef< autoComplete='off' >
-
+
{warnings.length > 0 && ( @@ -570,7 +570,7 @@ export const ModelPricingEditorPanel = forwardRef< -
+
{laneConfigs.map((lane) => { const disabled = lane.key === 'audioOutput' && diff --git a/web/src/features/system-settings/models/model-ratio-visual-editor.tsx b/web/src/features/system-settings/models/model-ratio-visual-editor.tsx index 5013455c9bba..790751826165 100644 --- a/web/src/features/system-settings/models/model-ratio-visual-editor.tsx +++ b/web/src/features/system-settings/models/model-ratio-visual-editor.tsx @@ -677,7 +677,7 @@ const ModelRatioVisualEditorComponent = forwardRef< return (
-
+