添加客户端

This commit is contained in:
2025-04-06 13:50:16 +08:00
parent 4476be60b5
commit d5c9e663da
32 changed files with 4462 additions and 443 deletions

View File

@@ -644,8 +644,9 @@ export const Config = defineTemplateConfig([
</n-flex>
<!-- Song Table -->
<div
<NScrollbar
class="song-table-wrapper"
trigger="none"
:style="{ height: props.config?.fixedHeight ? '55vh' : 'none' }"
>
<table class="song-list-table">
@@ -739,7 +740,7 @@ export const Config = defineTemplateConfig([
</tr>
</tbody>
</table>
</div>
</NScrollbar>
</div>
</div>
</div>
@@ -1116,7 +1117,7 @@ html.dark .song-list-container {
/* min-height: 200px; */ /* Might not be needed if max-height is set */
border-radius: 8px;
/* Scrollbar styling specific to this inner table scroll if needed */
/* ... */
scroll-behavior: smooth;
}