mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2025-02-16 23:06:42 +00:00
fix(web/problem/statistics): margin-top of titles
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
df519e2d4a
commit
a7da66b04f
@ -199,7 +199,7 @@ $table_config = [];
|
|||||||
|
|
||||||
<h2 class="text-center
|
<h2 class="text-center
|
||||||
<?php if (isset($REQUIRE_LIB['bootstrap5'])): ?>
|
<?php if (isset($REQUIRE_LIB['bootstrap5'])): ?>
|
||||||
h3
|
h3 mt-4
|
||||||
<?php endif ?>"><?= UOJLocale::get('problems::score distribution') ?></h2>
|
<?php endif ?>"><?= UOJLocale::get('problems::score distribution') ?></h2>
|
||||||
<div id="score-distribution-chart" style="height: 250px;"></div>
|
<div id="score-distribution-chart" style="height: 250px;"></div>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
@ -223,7 +223,7 @@ new Morris.Bar({
|
|||||||
|
|
||||||
<h2 class="text-center
|
<h2 class="text-center
|
||||||
<?php if (isset($REQUIRE_LIB['bootstrap5'])): ?>
|
<?php if (isset($REQUIRE_LIB['bootstrap5'])): ?>
|
||||||
h3
|
h3 mt-4
|
||||||
<?php endif ?>"><?= UOJLocale::get('problems::prefix sum of score distribution') ?></h2>
|
<?php endif ?>"><?= UOJLocale::get('problems::prefix sum of score distribution') ?></h2>
|
||||||
<div id="score-distribution-chart-pre" style="height: 250px;"></div>
|
<div id="score-distribution-chart-pre" style="height: 250px;"></div>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
@ -253,7 +253,7 @@ new Morris.Line({
|
|||||||
|
|
||||||
<h2 class="text-center
|
<h2 class="text-center
|
||||||
<?php if (isset($REQUIRE_LIB['bootstrap5'])): ?>
|
<?php if (isset($REQUIRE_LIB['bootstrap5'])): ?>
|
||||||
h3
|
h3 mt-4
|
||||||
<?php endif ?>"><?= UOJLocale::get('problems::suffix sum of score distribution') ?></h2>
|
<?php endif ?>"><?= UOJLocale::get('problems::suffix sum of score distribution') ?></h2>
|
||||||
<div id="score-distribution-chart-suf" style="height: 250px;"></div>
|
<div id="score-distribution-chart-suf" style="height: 250px;"></div>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user