mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-07-02 05:47:30 +08:00
添加专辑推荐 播放进度条优化
This commit is contained in:
+8
-3
@@ -1,7 +1,9 @@
|
||||
<template>
|
||||
<n-config-provider :theme="darkTheme">
|
||||
<router-view></router-view>
|
||||
</n-config-provider>
|
||||
<div class="app">
|
||||
<n-config-provider :theme="darkTheme">
|
||||
<router-view></router-view>
|
||||
</n-config-provider>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
@@ -14,4 +16,7 @@ import { darkTheme } from 'naive-ui'
|
||||
div {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.app {
|
||||
user-select: none;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user