fix: restore B-147 dialog tokens and unclip screener headers

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
MS-01-Codex
2026-08-20 08:18:05 +08:00
co-authored by Cursor multica-agent
parent 22d4dcd339
commit cf7183d0c0
5 changed files with 19 additions and 26 deletions
+3 -3
View File
@@ -27,7 +27,7 @@
<link rel="stylesheet" href="/shared/components/tables.css?v=20260820-1">
<link rel="stylesheet" href="/shared/components/dialogs.css?v=20260820-3">
<link rel="stylesheet" href="/shared/components/feedback.css?v=20260806-1">
<link rel="stylesheet" href="/pages/market/foundation.css?v=20260806-1">
<link rel="stylesheet" href="/pages/market/foundation.css?v=20260820-4">
<link rel="stylesheet" href="/pages/sentiment/foundation.css?v=20260820-2">
<link rel="stylesheet" href="/pages/pools/foundation.css?v=20260820-1">
<link rel="stylesheet" href="/pages/ladder/foundation.css?v=20260820-1">
@@ -36,10 +36,10 @@
<link rel="stylesheet" href="/pages/themes/foundation.css?v=20260820-1">
<link rel="stylesheet" href="/pages/popularity/foundation.css?v=20260820-1">
<link rel="stylesheet" href="/pages/dragon-tiger/foundation.css?v=20260820-1">
<link rel="stylesheet" href="/pages/screener/foundation.css?v=20260820-3">
<link rel="stylesheet" href="/pages/screener/foundation.css?v=20260820-4">
<link rel="stylesheet" href="/pages/mentor/foundation.css?v=20260820-2">
<link rel="stylesheet" href="/pages/heaven/foundation.css?v=20260806-2">
<link rel="stylesheet" href="/pages/review/foundation.css?v=20260820-3">
<link rel="stylesheet" href="/pages/review/foundation.css?v=20260820-4">
</head>
<body>
<section id="authGate" class="auth-gate" aria-label="账号登录">
+6 -5
View File
@@ -790,7 +790,8 @@
border-radius: 4px;
}
:is(.global-search-dialog, .stock-dialog, .settings-dialog:not(.heaven-reading-dialog)) {
:is(.global-search-dialog, .stock-dialog, .settings-dialog:not(.heaven-reading-dialog)),
:root[data-theme="dark"] :is(.global-search-dialog, .stock-dialog, .settings-dialog:not(.heaven-reading-dialog)) {
--dialog-line: var(--border);
--dialog-line-strong: var(--border-strong);
@@ -803,17 +804,17 @@
border: 1px solid var(--dialog-line-strong);
border-radius: 10px;
border-radius: var(--size-radius-dialog);
background: var(--surface);
color: var(--dialog-ink);
box-shadow: rgba(25, 36, 48, 0.2) 0px 26px 72px, rgba(25, 36, 48, 0.08) 0px 4px 14px;
box-shadow: var(--shadow-float);
}
:is(.global-search-dialog, .stock-dialog, .settings-dialog:not(.heaven-reading-dialog))::backdrop {
background: rgba(28, 39, 50, 0.46);
background: var(--backdrop);
backdrop-filter: blur(3px);
}
@@ -1133,7 +1134,7 @@
margin: 8px auto;
border-radius: 8px;
border-radius: var(--size-radius-dialog);
}
:is(.stock-dialog, .settings-dialog:not(.heaven-reading-dialog)) .dialog-header {
-4
View File
@@ -217,10 +217,6 @@ body[data-active-view="reviewWorkspaceView"] .workspace-view {
}
}
body[data-active-view="reviewWorkspaceView"] .overview-strip {
display: grid;
}
.trade-journal-section .trade-log-summary {
min-height: 58px;
}
+5 -9
View File
@@ -2119,10 +2119,6 @@ body[data-active-view="screenerView"] .workspace-view {
}
}
body[data-active-view="screenerView"] .overview-strip {
display: grid;
}
@media (min-width: 901px) {
.screener-page-bar {
min-height: 34px;
@@ -5874,7 +5870,7 @@ body[data-active-view="screenerView"] .overview-strip {
width: 100%;
min-width: 1180px;
min-width: 1376px;
table-layout: fixed;
}
@@ -5895,12 +5891,12 @@ body[data-active-view="screenerView"] .overview-strip {
width: 78px;
}
#screenerView .screener-result-columns col:nth-child(5) {
width: 104px;
#screenerView .screener-result-columns col:nth-child(5),
#screenerView .screener-result-columns col:nth-child(6),
#screenerView .screener-result-columns col:nth-child(7) {
width: 120px;
}
#screenerView .screener-result-columns col:nth-child(6),
#screenerView .screener-result-columns col:nth-child(7),
#screenerView .screener-result-columns col:nth-child(8),
#screenerView .screener-result-columns col:nth-child(9) {
width: 82px;