soiz1 commited on
Commit
06922a0
·
verified ·
1 Parent(s): 9dcfc24

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -46,7 +46,7 @@
46
  <div class="controls">
47
  <div class="control-group">
48
  <label for="speedRange">再生速度:</label>
49
- <input type="range" id="speedRange" min="0.0001" max="5" step="0.0001" value="1">
50
  <input type="number" id="speedInput" min="0.0001" step="0.0001" value="1">
51
  </div>
52
 
 
46
  <div class="controls">
47
  <div class="control-group">
48
  <label for="speedRange">再生速度:</label>
49
+ <input type="range" id="speedRange" min="0.0001" max="5" step="0.0001" value="1" style="width:300px;">
50
  <input type="number" id="speedInput" min="0.0001" step="0.0001" value="1">
51
  </div>
52