From 92c17e3c3c442b1a54cb6f69110ae69e9485e7e9 Mon Sep 17 00:00:00 2001 From: guoapeng Date: Fri, 1 Aug 2025 10:21:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A0=B7=E5=BC=8F=E4=BF=AE=E5=A4=8D2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/default.vue | 2 ++ src/views/home/index.vue | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/layouts/default.vue b/src/layouts/default.vue index 5a94587..d6c517a 100644 --- a/src/layouts/default.vue +++ b/src/layouts/default.vue @@ -425,6 +425,8 @@ const remoteControlState = computed(() => { margin-left 10px font-size 14px .footer-right + font-size 16px + font-weight 500 .status-error background #F56C6C !important diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 32504e7..c248f9b 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -107,7 +107,7 @@ const volumeChange = async (item: System.ChannelState) => { div.top-box(@click.stop) p.title {{channelMap[item.channelCode]}} div.solution-box(@click.stop="() => receiveHandle(item)") - div.content(v-if="item.solutionName") {{item.solutionName}} + div.content(v-if="item.solutionName") {{`${item.solutionName}-${item.concentration}%`}} div.content(v-else) 未领取 div.input-box(@click.stop)