From 693dfd18f9844a261b1d0dfd2e82adda7dafec5b Mon Sep 17 00:00:00 2001 From: CaIon <1808837298@qq.com> Date: Mon, 26 May 2025 19:41:21 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20style(ModelPricing):=20Update=20?= =?UTF-8?q?card=20shadow=20and=20add=20margin=20for=20improved=20layout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/ModelPricing.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/src/components/ModelPricing.js b/web/src/components/ModelPricing.js index ada7ba48..5e1fb1cf 100644 --- a/web/src/components/ModelPricing.js +++ b/web/src/components/ModelPricing.js @@ -382,6 +382,7 @@ const ModelPricing = () => { type="card" collapsible onChange={key => setActiveKey(key)} + className="mt-2" > {Object.entries(modelCategories) .filter(([key]) => availableCategories.includes(key)) @@ -488,7 +489,7 @@ const ModelPricing = () => { {/* 顶部状态卡片 */}