From 758d8056dc3dbc6bf92c298aa3627e66b933b5a0 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期四, 22 五月 2025 13:25:21 +0800
Subject: [PATCH] feat: UI

---
 packages/components/src/styles/components.scss |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/packages/components/src/styles/components.scss b/packages/components/src/styles/components.scss
index 80ae8a9..86f4359 100644
--- a/packages/components/src/styles/components.scss
+++ b/packages/components/src/styles/components.scss
@@ -423,7 +423,7 @@
     margin-bottom: 32px;
 
     .result-order-number-label {
-      font-size: 26px;
+      font-size: 30px;
       color: boleGetCssVar('text-color', 'primary');
       font-weight: 400;
       line-height: 42px;
@@ -434,15 +434,15 @@
         content: '';
         display: inline-block;
         width: 8px;
-        height: 22px;
-        border-radius: 20px;
+        height: 30px;
+        border-radius: 4px;
         background-color: boleGetCssVar('color', 'primary');
         margin-right: 12px;
       }
     }
 
     .result-order-number-value {
-      font-size: 26px;
+      font-size: 30px;
       color: boleGetCssVar('text-color', 'primary');
       font-weight: 400;
       line-height: 42px;
@@ -483,3 +483,7 @@
     }
   }
 }
+
+.result-without-bg-wrapper {
+  margin-top: 32px;
+}

--
Gitblit v1.9.1