feat:天平选择释放
This commit is contained in:
@@ -218,6 +218,7 @@ onMounted(() => {
|
||||
})
|
||||
|
||||
onUnmounted(() => {
|
||||
releaseDeviceControl(props.previousAuncelId)
|
||||
closeDeviceListener()
|
||||
})
|
||||
function getWeightText(auncel) {
|
||||
@@ -244,8 +245,8 @@ function getWeightStyle(auncel) {
|
||||
return {
|
||||
textAlign: 'right',
|
||||
fontSize: '32px',
|
||||
paddingRight:'20px',
|
||||
lineHeight: 1
|
||||
paddingRight: '20px',
|
||||
lineHeight: 1
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user