深色浅色主题切换;去掉新浪行情徽章;科技感卡片样式

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-15 13:04:48 +08:00
parent a35a08d2f6
commit db2443273f
8 changed files with 418 additions and 102 deletions
+1 -1
View File
@@ -126,7 +126,7 @@
<td><a href="{{ url_for('del_review', rid=r.id) }}" class="btn-del" onclick="return confirm('删除?')"></a></td>
</tr>
{% else %}
<tr><td colspan="7" style="color:#888">暂无复盘记录</td></tr>
<tr><td colspan="7" class="text-muted">暂无复盘记录</td></tr>
{% endfor %}
</tbody>
</table>