diff --git a/src/components/CommandProgressFloat.vue b/src/components/CommandProgressFloat.vue
new file mode 100644
index 0000000..10aff07
--- /dev/null
+++ b/src/components/CommandProgressFloat.vue
@@ -0,0 +1,52 @@
+
+
+
+
+ -
+ 确认下发已确认
+
+ -
+ 已下发{{ step >= 2 ? '等待应答' : '…' }}
+
+ -
+
+ {{ terminalLabel }}
+ {{ error || result || '…' }}
+
+
+
+
+
+
diff --git a/src/views/MonitorView/MonitorView.vue b/src/views/MonitorView/MonitorView.vue
index 37029ea..a149504 100644
--- a/src/views/MonitorView/MonitorView.vue
+++ b/src/views/MonitorView/MonitorView.vue
@@ -54,41 +54,17 @@
{{ mapScaleText }}
-
-
-
- -
- 确认下发已确认
-
- -
- 已下发{{ commandProgress.step >= 2 ? '等待应答' : '…' }}
-
- -
-
- {{ commandProgressTerminalLabel }}
- {{ commandProgress.error || commandProgress.result || '…' }}
-
-
-
+