UI 打磨与功能调整:中国生长标准、日历合并、弹窗去框、轮播记忆位置、小环居中、后台补卡与重置保留

This commit is contained in:
2026-08-12 15:29:52 +08:00
parent 0e6065897b
commit ddd892dd8b
6 changed files with 325 additions and 163 deletions
-7
View File
@@ -7,13 +7,6 @@
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
</head>
<body>
<header class="topbar">
<div class="brand">🌱 个人成长系统</div>
<nav>
<a href="{{ url_for('dashboard') }}">仪表盘</a>
<a href="{{ url_for('admin') }}">家长后台</a>
</nav>
</header>
<main class="container">
{% block content %}{% endblock %}
</main>