修改了年份显示的小样式

This commit is contained in:
2026-01-05 11:47:06 +08:00
parent 51286ae181
commit 26554c7f29
3 changed files with 12 additions and 6 deletions

View File

@@ -13,11 +13,9 @@
<!-- 顶部标题 -->
<header class="bg-gray-50 dark:bg-gray-800 dark:border-gray-700 p-4 text-center text-xl font-bold">
分支机构活动管理
分支机构活动管理 {{ ''|get_current_year }}年
<br>
{{ ''|get_current_year }}年
<br>
统计周期:{{ ''|get_statistic_period }}
<small>统计周期:{{ ''|get_statistic_period }}</small>
</header>
<!-- 主体内容:左右两侧栏布局 -->