From d35a6f504fe9f9133095916d969fbbe60a761295 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Wed, 9 Mar 2022 15:03:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=B8=8B=E8=BD=BD=E3=80=81?= =?UTF-8?q?=E6=AD=8C=E6=9B=B2=E6=B7=BB=E5=8A=A0=E5=BC=B9=E7=AA=97=E5=9C=A8?= =?UTF-8?q?=E5=A4=A7=E5=B1=8F=E5=B9=95=E4=B8=8B=E7=9A=84=E6=8E=92=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- publish/changeLog.md | 2 +- .../components/common/DownloadModal.vue | 2 +- .../common/DownloadMultipleModal.vue | 2 +- .../components/common/ListAddModal.vue | 44 ++++++++++++++++-- .../common/ListAddMultipleModal.vue | 45 +++++++++++++++++-- .../components/MusicComment/index.vue | 4 +- src/renderer/components/material/Modal.vue | 13 +++++- src/renderer/views/songList/SongList.vue | 6 ++- 8 files changed, 102 insertions(+), 16 deletions(-) diff --git a/publish/changeLog.md b/publish/changeLog.md index 077529ad..e0e154e4 100644 --- a/publish/changeLog.md +++ b/publish/changeLog.md @@ -18,7 +18,7 @@ ### 文档 -添加LX中定义的快捷操作汇总说明到常见问题中,这是目前可用的鼠标、键盘快捷操作,他们都可以在更新日志中找到 +添加LX中定义的快捷操作汇总说明到常见问题中,这是目前可用的鼠标、键盘快捷操作,它们都可以在更新日志中找到 - 鼠标右击播放栏的歌曲图片封面可以定位当前播放的歌曲 - 鼠标右击播放栏进度条上的LRC按钮可以锁定/解锁桌面歌词 diff --git a/src/renderer/components/common/DownloadModal.vue b/src/renderer/components/common/DownloadModal.vue index b74b222b..34ca4d85 100644 --- a/src/renderer/components/common/DownloadModal.vue +++ b/src/renderer/components/common/DownloadModal.vue @@ -79,7 +79,7 @@ export default { .main { padding: 15px; - max-width: 300px; + max-width: 400px; min-width: 200px; display: flex; flex-flow: column nowrap; diff --git a/src/renderer/components/common/DownloadMultipleModal.vue b/src/renderer/components/common/DownloadMultipleModal.vue index 7020b918..8106840b 100644 --- a/src/renderer/components/common/DownloadMultipleModal.vue +++ b/src/renderer/components/common/DownloadMultipleModal.vue @@ -51,7 +51,7 @@ export default { .main { padding: 15px; - max-width: 300px; + max-width: 400px; min-width: 200px; display: flex; flex-flow: column nowrap; diff --git a/src/renderer/components/common/ListAddModal.vue b/src/renderer/components/common/ListAddModal.vue index 71246f05..ad3c5f82 100644 --- a/src/renderer/components/common/ListAddModal.vue +++ b/src/renderer/components/common/ListAddModal.vue @@ -1,5 +1,5 @@