修复全仓复利开启时单笔预算仍显示:flex 覆盖了 hidden,改为强制隐藏。
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user