From 591a3742e98ad926c88059b8fe8eabd3a8630c25 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 13 二月 2025 13:59:10 +0800
Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/flexJobMiniApp

---
 apps/cMiniApp/src/subpackages/mine/mineCollectTask/InnerPage.vue |   38 +++++++++++++++++---------------------
 1 files changed, 17 insertions(+), 21 deletions(-)

diff --git a/apps/cMiniApp/src/subpackages/mine/mineCollectTask/InnerPage.vue b/apps/cMiniApp/src/subpackages/mine/mineCollectTask/InnerPage.vue
index da4c79b..e7bf5ff 100644
--- a/apps/cMiniApp/src/subpackages/mine/mineCollectTask/InnerPage.vue
+++ b/apps/cMiniApp/src/subpackages/mine/mineCollectTask/InnerPage.vue
@@ -49,28 +49,24 @@
 <style lang="scss">
 @import '@/styles/common.scss';
 
-.my-collect-task {
-  display: flex;
-  align-items: center;
-  justify-content: space-between;
-  padding: 30px 40px;
+.mineCollectTask-page-wrapper {
+  .my-collect-task {
+    display: flex;
+    align-items: center;
+    justify-content: space-between;
+    padding: 30px 40px;
 
-  .my-collect-task-title {
-    font-size: 28px;
-    line-height: 40px;
-    color: boleGetCssVar('text-color', 'primary');
+    .my-collect-task-title {
+      font-size: 28px;
+      line-height: 40px;
+      color: boleGetCssVar('text-color', 'primary');
+    }
+
+    .my-collect-task-btn {
+      font-size: 24px;
+      line-height: 34px;
+      color: boleGetCssVar('text-color', 'regular');
+    }
   }
-
-  .my-collect-task-btn {
-    font-size: 24px;
-    line-height: 34px;
-    color: boleGetCssVar('text-color', 'regular');
-  }
-}
-
-.task-card-actions-text {
-  font-size: 24px;
-  line-height: 42px;
-  color: #9fa4ac;
 }
 </style>

--
Gitblit v1.9.1