Skip to content

Commit

Permalink
🐞 fix: 优化播放逻辑
Browse files Browse the repository at this point in the history
XiangZi7 committed Dec 24, 2024
1 parent c1ce369 commit c4a070b
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions src/views/setting/theme/index.vue
Original file line number Diff line number Diff line change
@@ -81,7 +81,12 @@
/>
</div>
<div class="p-4">
<h2 class="text-lg font-semibold mb-2 dark:text-white">主题颜色</h2>
<h2
class="text-lg font-semibold mb-2 dark:text-white flex items-center gap-1"
>
<icon-unjs:theme-colors />
主题颜色</h2
>
<el-scrollbar height="400px" class="rounded-lg dark:bg-gray-800">
<div class="grid grid-cols-auto-fill gap-4">
<a
@@ -103,7 +108,12 @@
</el-scrollbar>
</div>
<div class="p-4">
<h2 class="text-lg font-semibold mb-2 dark:text-white">自定义主题颜色</h2>
<h2
class="text-lg font-semibold mb-2 dark:text-white flex items-center gap-1"
>
<icon-unjs:theme-colors />
自定义主题颜色</h2
>
<div class="flex items-center space-x-2">
<el-color-picker
v-model="themeStore.primary"

0 comments on commit c4a070b

Please sign in to comment.