From 61556a945a1a90e1c97bb2f7e1f990cd09de4318 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期二, 11 二月 2025 18:10:11 +0800
Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/flexJobMiniApp

---
 apps/cMiniApp/src/components/Chunk/Cell.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/apps/cMiniApp/src/components/Chunk/Cell.vue b/apps/cMiniApp/src/components/Chunk/Cell.vue
index 81a39f9..4b91124 100644
--- a/apps/cMiniApp/src/components/Chunk/Cell.vue
+++ b/apps/cMiniApp/src/components/Chunk/Cell.vue
@@ -30,9 +30,9 @@
 
 .bole-cell-wrapper {
   background: #ffffff;
-  border-radius: 8px;
-  padding: 24px 28px;
-  margin-bottom: 24px;
+  border-radius: 12px;
+  padding: 36px 34px;
+  margin-bottom: 20px;
 
   .cell-title-wrapper {
     display: flex;
@@ -64,9 +64,9 @@
 
     .cell-title-large {
       font-weight: 600;
-      font-size: 32px;
+      font-size: 30px;
       color: boleGetCssVar('text-color', 'primary');
-      line-height: 44px;
+      line-height: 42px;
       @include ellipsis;
     }
   }

--
Gitblit v1.9.1