diff --git a/dsLightRag/XingJun/move.html b/dsLightRag/XingJun/move.html index 21f4842f..b0d1c3ff 100644 --- a/dsLightRag/XingJun/move.html +++ b/dsLightRag/XingJun/move.html @@ -32,14 +32,30 @@ height: 200px; z-index: 999; } - button { + .control-panel { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); + display: flex; + gap: 10px; + z-index: 1000; + } + button { padding: 10px 20px; font-size: 16px; cursor: pointer; + } + .param-display { + position: absolute; + bottom: 80px; + left: 50%; + transform: translateX(-50%); + background-color: rgba(255, 255, 255, 0.8); + padding: 8px 15px; + border-radius: 4px; + font-family: Arial, sans-serif; + font-size: 14px; z-index: 1000; } @@ -47,7 +63,6 @@
-
- +
+
+ + + +
\ No newline at end of file