diff --git a/packages/app/src/components/Music/PlaylistView/index.less b/packages/app/src/components/Music/PlaylistView/index.less index 08bb4fab..5135b234 100755 --- a/packages/app/src/components/Music/PlaylistView/index.less +++ b/packages/app/src/components/Music/PlaylistView/index.less @@ -16,11 +16,18 @@ html { width: 100%; .play_info { + display: flex; + flex-direction: column; + width: 100%; + .play_info_details { + width: 100%; + } + .play_info_cover { - width: 30vh; - height: 30vh; + width: 30vh !important; + height: 30vh !important; img { width: 100%;