20 lines
1.1 KiB
HTML
20 lines
1.1 KiB
HTML
<section id="ladderView" class="workspace-view page redesigned-ladder-view">
|
|
<div class="section-toolbar lad-head redesigned-page-head ladder-page-head">
|
|
<div class="section-title-group">
|
|
<h2>市场天梯</h2>
|
|
<span class="section-subtitle">按连板高度观察空间板与梯队完整度 · <b id="ladderDateRange">--</b></span>
|
|
</div>
|
|
<div class="ladder-head-actions">
|
|
<div id="ladderSortSegment" class="ladder-sort-segment" role="group" aria-label="天梯排序">
|
|
<button type="button" class="active" data-ladder-sort="time" aria-pressed="true">按封板时间</button>
|
|
<button type="button" data-ladder-sort="open" aria-pressed="false">按开板次数</button>
|
|
</div>
|
|
<button id="ladderExportButton" class="button" type="button">导出 CSV</button>
|
|
</div>
|
|
</div>
|
|
<div class="market-ladder-workspace lad-grid">
|
|
<div id="ladderBoard" class="market-ladder-board"></div>
|
|
<aside id="ladderInsights" class="market-ladder-insights" aria-label="天梯结构解读"></aside>
|
|
</div>
|
|
</section>
|