|
|
@ -215,7 +215,7 @@ const putEmpty = async () => { |
|
|
|
@click="router.push(item.path)" |
|
|
|
) |
|
|
|
| {{ item?.meta?.title }} |
|
|
|
ft-button( type="primary" :click-handle="putEmpty" style="width: 80px") 排空 |
|
|
|
ft-button( type="primary" :click-handle="putEmpty" style="width: 90px") 排空 |
|
|
|
div(class="header-right") |
|
|
|
div.power-box(v-if="remoteControlState.connected") |
|
|
|
div.bg-box(:style="`width: ${remoteControlState.batteryLevel}%; background: ${remoteControlState.batteryLevel === 100 ? '#1dbb1d' : remoteControlState.batteryLevel >20 ? '#1989FA' : 'red'} `") |
|
|
@ -344,6 +344,8 @@ const putEmpty = async () => { |
|
|
|
width 70% |
|
|
|
display flex |
|
|
|
justify-content center |
|
|
|
align-items center |
|
|
|
height 100% |
|
|
|
.header-right |
|
|
|
display flex |
|
|
|
align-items center |
|
|
@ -502,6 +504,7 @@ const putEmpty = async () => { |
|
|
|
.menu-tag |
|
|
|
padding 15px 20px |
|
|
|
font-size 16px |
|
|
|
height 100% |
|
|
|
|
|
|
|
.el-tag--plain |
|
|
|
border none |
|
|
|