feat: 在标题栏增加刷新按钮
改进: - 在'数据列表'标题旁边增加刷新按钮 - 与原有右下角浮动刷新按钮并存 - 标题栏按钮更直观,浮动按钮始终可见 - 使用 flex 布局对齐标题和按钮
This commit is contained in:
+4
-1
@@ -441,7 +441,10 @@
|
||||
|
||||
<!-- Data List -->
|
||||
<div class="data-list">
|
||||
<h2 style="margin-bottom: 20px;">📋 数据列表</h2>
|
||||
<div style="display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px;">
|
||||
<h2 style="margin: 0;">📋 数据列表</h2>
|
||||
<button class="btn btn-primary" onclick="loadDataList()">🔄 刷新</button>
|
||||
</div>
|
||||
<div id="data-container">
|
||||
<div class="loading">正在加载...</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user