From df7c6af1c1cfd2e9bda249e381aecb5482120d14 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期三, 19 二月 2025 10:09:10 +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