diff --git a/publish/changeLog.md b/publish/changeLog.md index ff070a6d..cc03f0a5 100644 --- a/publish/changeLog.md +++ b/publish/changeLog.md @@ -1,6 +1,7 @@ ### 优化 - 同时删除一首歌以上时将需要二次确认删除 +- 禁用透明窗口时右侧不再偏移5px距离(在win7、Ubuntu等系统上测试发现不偏移也不影响滚动条的拖动了) ### 修复 diff --git a/src/renderer/App.vue b/src/renderer/App.vue index acba8452..91727835 100644 --- a/src/renderer/App.vue +++ b/src/renderer/App.vue @@ -124,9 +124,9 @@ body { border-bottom-left-radius: 0; } - #view { // 偏移5px距离解决非透明模式下右侧滚动条无法拖动的问题 - margin-right: 5Px; - } + // #view { // 偏移5px距离解决非透明模式下右侧滚动条无法拖动的问题 + // margin-right: 5Px; + // } } .fullscreen { background-color: #fff;