fix: 修复更多设置弹窗被歌词窗口遮挡问题 并优化为互斥弹窗, 优化样式

This commit is contained in:
alger
2025-05-25 19:26:24 +08:00
parent 7685ad3939
commit 62e5166953
2 changed files with 42 additions and 7 deletions
+2 -1
View File
@@ -2,7 +2,7 @@
<div class="eq-control">
<div class="eq-header">
<h3>{{ t('player.eq.title') }}
<n-tag type="warning" size="small" round>
<n-tag type="warning" size="small" round v-if="!isElectron">
桌面版可用网页端不支持
</n-tag>
</h3>
@@ -56,6 +56,7 @@ import { onMounted, ref } from 'vue';
import { useI18n } from 'vue-i18n';
import { audioService } from '@/services/audioService';
import { isElectron } from '@/utils';
const { t } = useI18n();