refactor: 测试信息页去掉地址/类型列,表格横向可滚动
- all/B2/B4 三视图均移除 dpg430_addr(地址) 和 str_type(类型) 列 - 表格包裹在 overflow-x:auto 容器中,列多时横向滚动
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user