From ddfa27c45cc80f575f414bac49201ac60f20888a Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期五, 14 二月 2025 18:23:59 +0800 Subject: [PATCH] fix: b端 --- 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