订单监控加分页&驾驶舱样式调整

This commit is contained in:
2024-01-12 11:23:14 +08:00
parent 1438a1ff8b
commit cd416d7d01
11 changed files with 51 additions and 99 deletions

View File

@@ -133,10 +133,10 @@ export default {
console.log('非全屏')
console.log(this.$store.state.app.sidebar.opened)
if (this.$store.state.app.sidebar.opened) {
wx = (rw-264) / bw
wx = (rw-280) / bw
hx = (rh-116) / bh
}else{
wx = (rw-78) / bw
wx = (rw-85) / bw
hx = (rh-116) / bh
}
}