From 35cc98f11150d068032df597e542c62480249e04 Mon Sep 17 00:00:00 2001
From: xiaoyi <908147524@qq.com>
Date: 星期一, 24 八月 2026 09:48:58 +0800
Subject: [PATCH] fix 修正页面高度问题

---
 src/packages/@core/base/design/src/design-tokens/default.css |   38 +++++++++++++++++++-------------------
 1 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/src/packages/@core/base/design/src/design-tokens/default.css b/src/packages/@core/base/design/src/design-tokens/default.css
index cf7dc28..ad404c8 100644
--- a/src/packages/@core/base/design/src/design-tokens/default.css
+++ b/src/packages/@core/base/design/src/design-tokens/default.css
@@ -10,8 +10,8 @@
   --background: 0 0% 100%;
 
   /* 涓讳綋鍖哄煙鑳屾櫙鑹� */
-  --background-deep: 216 20.11% 95.47%;
-  --foreground: 210 6% 21%;
+  --background-deep: 214 24% 96%;
+  --foreground: 213 32% 18%;
 
   /* Background color for <Card /> */
   --card: 0 0% 100%;
@@ -31,7 +31,7 @@
 
   /* 涓婚棰滆壊 */
 
-  --primary: 212 100% 45%;
+  --primary: 207 78% 35%;
   --primary-foreground: 0 0% 98%;
 
   /* Used for destructive actions such as <Button variant="destructive"> */
@@ -60,11 +60,11 @@
   --secondary-foreground: 240 6% 10%;
 
   /* Used for accents such as hover effects on <DropdownMenuItem>, <SelectItem>...etc */
-  --accent: 240 5% 96%;
-  --accent-dark: 216 14% 93%;
-  --accent-darker: 216 11% 91%;
-  --accent-lighter: 240 0% 98%;
-  --accent-hover: 200deg 10% 90%;
+  --accent: 214 24% 95%;
+  --accent-dark: 214 22% 92%;
+  --accent-darker: 214 20% 88%;
+  --accent-lighter: 214 30% 98%;
+  --accent-hover: 214 28% 91%;
   --accent-foreground: 240 6% 10%;
 
   /* Darker color */
@@ -72,10 +72,10 @@
   --heavy-foreground: var(--accent-foreground);
 
   /* Default border color */
-  --border: 240 5.9% 90%;
+  --border: 214 20% 86%;
 
   /* Border color for inputs such as <Input />, <Select />, <Textarea /> */
-  --input: 240deg 5.88% 90%;
+  --input: 214 20% 82%;
   --input-placeholder: 217 10.6% 65%;
   --input-background: 0 0% 100%;
 
@@ -116,8 +116,8 @@
   --background: 0 0% 100%;
 
   /* 涓讳綋鍖哄煙鑳屾櫙鑹� */
-  --background-deep: 216 20.11% 95.47%;
-  --foreground: 210 6% 21%;
+  --background-deep: 214 24% 96%;
+  --foreground: 213 32% 18%;
 
   /* Background color for <Card /> */
   --card: 0 0% 100%;
@@ -149,11 +149,11 @@
   --secondary-foreground: 240 6% 10%;
 
   /* Used for accents such as hover effects on <DropdownMenuItem>, <SelectItem>...etc */
-  --accent: 240 5% 96%;
-  --accent-dark: 216 14% 93%;
-  --accent-darker: 216 11% 91%;
-  --accent-lighter: 240 0% 98%;
-  --accent-hover: 200deg 10% 90%;
+  --accent: 214 24% 95%;
+  --accent-dark: 214 22% 92%;
+  --accent-darker: 214 20% 88%;
+  --accent-lighter: 214 30% 98%;
+  --accent-hover: 214 28% 91%;
   --accent-foreground: 240 6% 10%;
 
   /* Darker color */
@@ -161,10 +161,10 @@
   --heavy-foreground: var(--accent-foreground);
 
   /* Default border color */
-  --border: 240 5.9% 90%;
+  --border: 214 20% 86%;
 
   /* Border color for inputs such as <Input />, <Select />, <Textarea /> */
-  --input: 240deg 5.88% 90%;
+  --input: 214 20% 82%;
   --input-placeholder: 217 10.6% 65%;
   --input-background: 0 0% 100%;
 

--
Gitblit v1.9.3