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 | 30 ++++++++++++++++-------------- 1 files changed, 16 insertions(+), 14 deletions(-) diff --git a/apps/cMiniApp/src/subpackages/mine/mineCollectTask/InnerPage.vue b/apps/cMiniApp/src/subpackages/mine/mineCollectTask/InnerPage.vue index b5801b3..e7bf5ff 100644 --- a/apps/cMiniApp/src/subpackages/mine/mineCollectTask/InnerPage.vue +++ b/apps/cMiniApp/src/subpackages/mine/mineCollectTask/InnerPage.vue @@ -49,22 +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'); + } } } </style> -- Gitblit v1.9.1