| | |
| | | } |
| | | } |
| | | |
| | | // useManualControl里面用的参数 |
| | | const paramsRef = computed(()=>({ |
| | | droneSn:droneSn.value, |
| | | speed:speed.value, |
| | |
| | | position: absolute; |
| | | bottom: 0; |
| | | right: 0; |
| | | width: 1540px; |
| | | width: 1400px; |
| | | height: 217px; |
| | | background: linear-gradient(196deg, rgba(23, 23, 23, 0.11) 0%, rgba(6, 6, 6, 0.11) 100%); |
| | | backdrop-filter: blur(5px); |
| | |
| | | pointer-events: all; |
| | | |
| | | .direction { |
| | | width: 476px; |
| | | width: 400px; |
| | | height: 188px; |
| | | background: rgb(0, 0, 0, 0.4); /* 半透明背景 */ |
| | | border-radius: 40px 40px 40px 40px; |
| | |
| | | |
| | | .btnGroupT, |
| | | .btnGroupB { |
| | | width: 238px; |
| | | width: 180px; |
| | | height: 73px; |
| | | } |
| | | } |
| | |
| | | } |
| | | |
| | | .ptzControlBox { |
| | | width: 406px; |
| | | width: 386px; |
| | | height: 188px; |
| | | background: rgb(0, 0, 0, 0.4); /* 半透明背景 */ |
| | | border-radius: 40px 40px 40px 40px; |
| | |
| | | display: flex; |
| | | flex-direction: column; |
| | | gap: 7px 0; |
| | | width: 70px; |
| | | width: 60px; |
| | | |
| | | .infoName { |
| | | height: 25px; |
| | |
| | | display: flex; |
| | | align-items: center; |
| | | text-align: center; |
| | | justify-content: center; |
| | | gap: 0 45px; |
| | | justify-content: space-evenly; |
| | | |
| | | .btnItem { |
| | | .btnIcon { |