refactor: 测试信息页去掉地址/类型列,表格横向可滚动

- all/B2/B4 三视图均移除 dpg430_addr(地址) 和 str_type(类型) 列
- 表格包裹在 overflow-x:auto 容器中,列多时横向滚动
This commit is contained in:
wangfq
2026-06-09 14:11:55 +08:00
parent 3fb51c35f2
commit 421d735274
2 changed files with 2 additions and 4 deletions

View File

@@ -41,10 +41,12 @@
<div id="chart-container" style="display:none; width:100%; height:500px; margin-bottom:16px;"></div>
<div style="overflow-x:auto; max-width:100%; -webkit-overflow-scrolling:touch;">
<table id="test-data-table">
<thead></thead>
<tbody></tbody>
</table>
</div>
<div class="pagination" id="pagination"></div>
{% endblock %}