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)