feat: 前端增加控制反馈
This commit is contained in:
@@ -280,7 +280,6 @@ function stickOffset(value: number) {
|
|||||||
border-radius: 18px;
|
border-radius: 18px;
|
||||||
background: rgba(7, 14, 26, 0.86);
|
background: rgba(7, 14, 26, 0.86);
|
||||||
border: 1px solid rgba(133, 147, 169, 0.18);
|
border: 1px solid rgba(133, 147, 169, 0.18);
|
||||||
backdrop-filter: blur(10px);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.command-head,
|
.command-head,
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import ControlPanel from '@/components/ControlPanel.vue'
|
|
||||||
import GpsMapPanel from '@/components/GpsMapPanel.vue'
|
import GpsMapPanel from '@/components/GpsMapPanel.vue'
|
||||||
import NetworkPanel from '@/components/NetworkPanel.vue'
|
import NetworkPanel from '@/components/NetworkPanel.vue'
|
||||||
import VideoPanel from '@/components/VideoPanel.vue'
|
import VideoPanel from '@/components/VideoPanel.vue'
|
||||||
@@ -27,7 +26,6 @@ const { gps, network, video, errorMessage, headerStatus } = useMonitoringData()
|
|||||||
|
|
||||||
<main class="layout">
|
<main class="layout">
|
||||||
<VideoPanel :video="video" />
|
<VideoPanel :video="video" />
|
||||||
<ControlPanel />
|
|
||||||
<GpsMapPanel :gps="gps" />
|
<GpsMapPanel :gps="gps" />
|
||||||
<NetworkPanel :network="network" />
|
<NetworkPanel :network="network" />
|
||||||
</main>
|
</main>
|
||||||
|
|||||||
Reference in New Issue
Block a user