From 38c3c332ae1aa7ee2c520b2ee9ab52af995bbbc3 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期四, 04 十二月 2025 18:20:50 +0800
Subject: [PATCH] 合并项目

---
 common/styles/components.scss |   15 ++++++---------
 1 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/common/styles/components.scss b/common/styles/components.scss
index 1324f77..f959380 100644
--- a/common/styles/components.scss
+++ b/common/styles/components.scss
@@ -34,10 +34,9 @@
   border-radius: $radius-md;
   border: none;
   padding: 0 $spacing-lg;
-  font-size: $font-size-sm;
+  font-size: $font-size-base;
   font-weight: 600;
   letter-spacing: 0.04em;
-  text-transform: uppercase;
   cursor: pointer;
   transition: all 0.2s ease;
   @include smooth-font;
@@ -145,11 +144,10 @@
 .table {
   width: 100%;
   border-spacing: 0;
-  font-size: $font-size-sm;
+  font-size: $font-size-base;
 
   &__head {
-    text-transform: uppercase;
-    font-size: $font-size-xs;
+    font-size: $font-size-sm;
     color: $color-text-secondary;
     letter-spacing: 0.06em;
   }
@@ -181,9 +179,8 @@
   gap: $spacing-xxs;
 
   &__label {
-    font-size: $font-size-xs;
+    font-size: $font-size-sm;
     color: $color-text-secondary;
-    text-transform: uppercase;
     letter-spacing: 0.08em;
   }
 
@@ -193,7 +190,7 @@
     border: 1px solid rgba(11, 26, 44, 0.25);
     background-color: $color-bg-panel;
     padding: 0 $spacing-md;
-    font-size: $font-size-sm;
+    font-size: $font-size-base;
     color: $color-text-primary;
     transition: border-color 0.2s ease;
 
@@ -204,7 +201,7 @@
   }
 
   &__message {
-    font-size: $font-size-xs;
+    font-size: $font-size-sm;
     color: $color-danger;
   }
 }

--
Gitblit v1.9.3