From 9686f37fbd3c7c71e8419e794b251336f935a868 Mon Sep 17 00:00:00 2001 From: sky121113 Date: Tue, 28 Apr 2026 09:44:01 +0800 Subject: [PATCH] =?UTF-8?q?[STYLE]=20=E5=84=AA=E5=8C=96=E5=95=86=E5=93=81?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E8=88=87=E5=AE=A2=E6=88=B6=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E9=A0=81=E9=9D=A2=E4=B9=8B=E9=96=93=E8=B7=9D=E8=88=87=E6=8C=89?= =?UTF-8?q?=E9=88=95=E6=A8=A3=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 調整商品管理與客戶管理主容器間距為 space-y-2,縮小標題與頁籤之空隙。 2. 統一頁籤 (Tabs) 與內容區域之頂部間距為 mt-6,標準化視覺節奏。 3. 修正商品與分類管理頁面之「新增」按鈕顏色不一致問題,統一使用奢華藍漸層。 4. 在各管理頁面主要按鈕加入 whitespace-nowrap,確保文字在窄屏下不換行。 5. 優化商品管理 RWD 佈局,使手機與平板裝置下之篩選列與標題區域對齊基準模組。 --- .agents/skills/ui-minimal-luxury/SKILL.md | 266 ++++++++++-- .../views/admin/companies/index.blade.php | 222 +++++++--- .../views/admin/products/index.blade.php | 22 +- .../partials/tab-categories.blade.php | 164 +++++--- .../products/partials/tab-products.blade.php | 392 +++++++++++++----- resources/views/layouts/admin.blade.php | 240 ++++++----- 6 files changed, 959 insertions(+), 347 deletions(-) diff --git a/.agents/skills/ui-minimal-luxury/SKILL.md b/.agents/skills/ui-minimal-luxury/SKILL.md index bab696e..03875ab 100644 --- a/.agents/skills/ui-minimal-luxury/SKILL.md +++ b/.agents/skills/ui-minimal-luxury/SKILL.md @@ -106,11 +106,19 @@ description: 定義 Star Cloud 管理後台的「極簡奢華風」設計規範 ```html @section('content') -
-
+
+ +