mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-28 02:47:22 +08:00
🐞 fix: 修复滚动问题
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
|
<n-scrollbar>
|
||||||
<div class="set-page">
|
<div class="set-page">
|
||||||
<div v-if="isElectron" class="set-item">
|
<div v-if="isElectron" class="set-item">
|
||||||
<div>
|
<div>
|
||||||
@@ -54,7 +55,9 @@
|
|||||||
|
|
||||||
<div class="set-action">
|
<div class="set-action">
|
||||||
<n-button class="w-40 h-10" @click="handelCancel">取消</n-button>
|
<n-button class="w-40 h-10" @click="handelCancel">取消</n-button>
|
||||||
<n-button type="primary" class="w-40 h-10" @click="handleSave">{{ isElectron ? '保存并重启' : '保存' }}</n-button>
|
<n-button type="primary" class="w-40 h-10" @click="handleSave">{{
|
||||||
|
isElectron ? '保存并重启' : '保存'
|
||||||
|
}}</n-button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="p-6 bg-black rounded-lg shadow-lg mt-20">
|
<div class="p-6 bg-black rounded-lg shadow-lg mt-20">
|
||||||
@@ -71,6 +74,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</n-scrollbar>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
|||||||
Reference in New Issue
Block a user