1
0
Fork 0

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