添加仓位手数字段改为只读,取轮次每日手数

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
fish
2026-07-28 18:12:34 +08:00
parent ef9238041b
commit a0ab47040d
+1 -1
View File
@@ -108,7 +108,7 @@
</div> </div>
<div class="form-group" style="margin-bottom:0;flex:1;min-width:70px;"> <div class="form-group" style="margin-bottom:0;flex:1;min-width:70px;">
<label>手数</label> <label>手数</label>
<input type="number" name="hands" value="{{ round.daily_hands }}" min="1" max="10" required style="font-size:0.9rem;"> <input type="number" name="hands" value="{{ round.daily_hands }}" readonly style="font-size:0.9rem;background:var(--th-bg);cursor:default;">
</div> </div>
<button type="submit" class="btn btn-primary" style="font-size:0.82rem;padding:8px 18px;">+ 添加</button> <button type="submit" class="btn btn-primary" style="font-size:0.82rem;padding:8px 18px;">+ 添加</button>
</div> </div>