Align trade record detail fields with label-value grid layout.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -237,7 +237,7 @@
|
||||
.stats-period-block h3{font-size:1rem;color:#dbe4ff;margin-bottom:4px}
|
||||
.stats-period-block .sub{font-size:.78rem;color:#8892b0;margin-bottom:10px;line-height:1.4}
|
||||
</style>
|
||||
<link rel="stylesheet" href="/static/instance_theme.css?v=17">
|
||||
<link rel="stylesheet" href="/static/instance_theme.css?v=18">
|
||||
|
||||
</head>
|
||||
<body data-page="{{ page }}">
|
||||
@@ -818,7 +818,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="/static/instance_ui.js?v=2"></script>
|
||||
<script src="/static/instance_ui.js?v=3"></script>
|
||||
<script src="/static/instance_records_mobile.js?v=2"></script>
|
||||
<script src="/static/time_close_ui.js?v=2"></script>
|
||||
<script src="/static/ai_review_render.js?v=2"></script>
|
||||
@@ -907,6 +907,7 @@ function setDetailBodyMarkdown(text){
|
||||
if(window.InstanceUI && InstanceUI.clearDetailActions) InstanceUI.clearDetailActions();
|
||||
const body = document.getElementById("detailBody");
|
||||
if(!body) return;
|
||||
body.classList.remove("trade-record-detail-wrap", "journal-detail-meta");
|
||||
if(window.AiReviewRender && AiReviewRender.setElementMarkdown){
|
||||
body.classList.add("md-review");
|
||||
AiReviewRender.setElementMarkdown(body, text || "");
|
||||
|
||||
Reference in New Issue
Block a user