简化行情数据页面,修复同步数据无法补全历史的问题

This commit is contained in:
2026-07-24 23:12:46 +08:00
parent c0e338eb23
commit 5453ce1dcf
4 changed files with 0 additions and 37 deletions
-9
View File
@@ -177,15 +177,6 @@
.amp-cell { cursor: pointer; color: var(--accent); font-weight: 600; }
.amp-cell:hover { text-decoration: underline; }
/* ── Tags / Chips ── */
.tag-row { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
.tag {
padding: 5px 12px; border-radius: 20px; font-size: 0.78rem;
font-weight: 500; cursor: pointer; text-decoration: none;
border: 1px solid var(--border); color: var(--sub);
transition: all .12s;
}
.tag:hover, .tag.active { border-color: var(--accent); color: var(--accent); background: var(--accent-light); }
</style>
</head>
<body>