修复全仓复利开启时单笔预算仍显示:flex 覆盖了 hidden,改为强制隐藏。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-08-12 10:16:47 +08:00
parent a8d6795837
commit 886b6dcc5b
6 changed files with 36 additions and 5 deletions
+2 -2
View File
@@ -19,7 +19,7 @@
<link rel="manifest" href="/static/icons/manifest.webmanifest">
<title>{{ pwa_app_name }}</title>
<link rel="stylesheet" href="/static/instance_page.css?v=13">
<link rel="stylesheet" href="/static/instance_theme.css?v=114">
<link rel="stylesheet" href="/static/instance_theme.css?v=115">
</head>
<body
@@ -2045,6 +2045,6 @@ document.addEventListener("DOMContentLoaded", function () {
});
{% endif %}
</script>
<script src="/static/instance_settings_prefs.js?v=20"></script>
<script src="/static/instance_settings_prefs.js?v=21"></script>
</body>
</html>