From 9486476bd79bb3bc6eeef2b1b69e6222fcd18b00 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 14 二月 2025 17:31:45 +0800
Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/flexJobMiniApp

---
 packages/components/src/Card/TaskPrice.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/packages/components/src/Card/TaskPrice.vue b/packages/components/src/Card/TaskPrice.vue
index b359093..c2297c9 100644
--- a/packages/components/src/Card/TaskPrice.vue
+++ b/packages/components/src/Card/TaskPrice.vue
@@ -1,6 +1,6 @@
 <template>
   <div class="task-price">
-    <div class="task-price-decimal">55</div>
+    <div class="task-price-decimal">{{ value }}</div>
     <div class="task-price-unit">鍏�/灏忔椂</div>
   </div>
 </template>
@@ -29,6 +29,7 @@
     font-size: 32px;
     line-height: 40px;
     margin-right: 8px;
+    font-weight: 600;
   }
 
   .task-price-unit {

--
Gitblit v1.9.1