Browse Source

fix: 样式修复2

master
guoapeng 2 days ago
parent
commit
92c17e3c3c
  1. 2
      src/layouts/default.vue
  2. 2
      src/views/home/index.vue

2
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

2
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)

Loading…
Cancel
Save