diff --git a/dsLightRag/static/XiaoZhi.html b/dsLightRag/static/XiaoZhi.html index a5d1fe3c..121634fb 100644 --- a/dsLightRag/static/XiaoZhi.html +++ b/dsLightRag/static/XiaoZhi.html @@ -9,11 +9,13 @@ position: fixed; top: 20px; left: 20px; z-index: 1000; padding: 10px; background-color: rgba(255, 255, 255, 0.8); border-radius: 5px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); + display: flex; flex-direction: column; gap: 15px; } select { padding: 8px 12px; border: 1px solid #ccc; border-radius: 4px; background-color: white; font-size: 14px; } .recording-controls { - position: fixed; bottom: 20px; right: 20px; z-index: 1000; + position: static; display: flex; flex-direction: column; gap: 10px; + margin: 0; } .record-button { width: 70px; height: 70px; border-radius: 50%; @@ -57,6 +59,11 @@ + +
+ + +
@@ -64,10 +71,11 @@ 正在录音...
-
+ +