Better spacing.

Bug-561
Lan Hui 2023-08-11 18:38:35 +08:00
parent aaabd3e3bb
commit c110de0393
1 changed files with 3 additions and 1 deletions

View File

@ -20,7 +20,8 @@
<title>EnglishPal Study Room for {{username}}</title>
</head>
<body>
<p>
<div class="container-fluid">
<p class="mt-md-3">
<input type="button" id="btn-cancel-selection" value="取消勾选" onclick="toggleCheckboxSelection(false)" />
<input type="button" id="btn-selection" value="全部勾选" onclick="toggleCheckboxSelection(true)" />
</p>
@ -44,5 +45,6 @@
<script src="{{ js }}" ></script>
{% endfor %}
{% endif %}
</div>
</body>
</html>