From d4afc7562a9e2eab52e552834dd7c4c653da6c01 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期二, 11 二月 2025 18:04:32 +0800 Subject: [PATCH] feat: 任务详情 --- 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