修复行情页品种下拉列表被遮挡的问题

展开下拉时取消卡片 overflow 裁切,并提高下拉与工具栏层级。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-15 17:11:58 +08:00
parent 6f3ac3deb6
commit a9f4e2b1a5
2 changed files with 11 additions and 5 deletions
+6 -2
View File
@@ -34,9 +34,13 @@
</div>
<style>
.market-card{overflow:visible}
.market-card h2{margin-bottom:.75rem}
.market-toolbar{display:flex;flex-wrap:wrap;gap:.65rem;align-items:flex-end;margin-bottom:.75rem}
.market-symbol-wrap{flex:1;min-width:200px;max-width:360px}
.market-toolbar{
display:flex;flex-wrap:wrap;gap:.65rem;align-items:flex-end;
margin-bottom:.75rem;position:relative;z-index:2;
}
.market-symbol-wrap{flex:1;min-width:200px;max-width:360px;z-index:3}
.market-period-tabs{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}
.period-tab{
padding:.4rem .65rem;border-radius:999px;