添加专辑推荐 播放进度条优化

This commit is contained in:
algerkong
2021-07-23 10:52:02 +08:00
parent bead4926ae
commit 4d33728398
9 changed files with 166 additions and 10 deletions
+8 -3
View File
@@ -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>