Browse Source

ミス修正(取込みはいつでも)

main
みてるぞ 1 month ago
parent
commit
d9e598748f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      client/src/app/+videos/+video-watch/video-watch.component.html

+ 1
- 1
client/src/app/+videos/+video-watch/video-watch.component.html View File

@@ -136,7 +136,7 @@
<fieldset>
<legend>サイズ</legend>
<label><input type="radio" name="size" value="large">大</label>
<label><input type="radio" name="size" checked="" value="">中</label>
<label><input type="radio" name="size" checked="checked" value="">中</label>
<label><input type="radio" name="size" value="small">小</label>
</fieldset>
<button type="button" id="okButton">OK</button>


Loading…
Cancel
Save