迁移字号选择器事件绑定

This commit is contained in:
2026-04-25 03:40:30 +08:00
parent e9c3fc989c
commit ca61dd42f7
3 changed files with 26 additions and 3 deletions
@@ -56,7 +56,7 @@
</label>
<label>字号:
<select id="font_size_select" style="color: #224466;" onchange="applyFontSize(this.value)">
<select id="font_size_select" style="color: #224466;">
<option value="12">12</option>
<option value="13">13</option>
<option value="14" selected>14</option>