From 0886e91fdfe3b5528f80d2b6742083aa11d16ebb Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期三, 02 四月 2025 15:54:15 +0800
Subject: [PATCH] fix: 四期bug

---
 packages/components/src/styles/mine.scss |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/packages/components/src/styles/mine.scss b/packages/components/src/styles/mine.scss
new file mode 100644
index 0000000..ebf77eb
--- /dev/null
+++ b/packages/components/src/styles/mine.scss
@@ -0,0 +1,26 @@
+@use './common.scss' as *;
+
+.share-qrcode-view {
+  padding-top: 140px;
+  display: flex;
+  justify-content: center;
+}
+
+.dashboard-view {
+  padding-top: 40px;
+  .pro-statistics-wrapper {
+    text-align: center;
+    // display: flex;
+    // flex-direction: column;
+    // justify-content: space-between;
+
+    .pro-statistics-title {
+      font-size: 32px;
+      margin-bottom: 24px;
+    }
+
+    .pro-statistics-content {
+      font-size: 28px;
+    }
+  }
+}

--
Gitblit v1.9.1