mirror of
https://github.com/imsyy/SPlayer.git
synced 2026-04-26 07:25:53 +03:00
[PR #584] [CLOSED] fix(playlist): 歌单描述单行过长时超出屏幕 #515
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/imsyy/SPlayer/pull/584
Author: @MoYingJi
Created: 11/20/2025
Status: ❌ Closed
Base:
dev← Head:fix📝 Commits (1)
dc68155fix(playlist): 歌单描述单行过长时超出屏幕📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝
src/views/List/playlist.vue(+3 -3)📄 Description
将嵌套的
span改为div将
white-space的值从pre改为pre-line添加
max-width: 90vw;🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.