调整音乐列表最大高度
This commit is contained in:
parent
91d56f7f29
commit
6b6dd495ce
@ -39,6 +39,10 @@ export default class MusicList {
|
|||||||
// 写入 css 样式到 head
|
// 写入 css 样式到 head
|
||||||
const style = document.createElement('style')
|
const style = document.createElement('style')
|
||||||
style.innerText = `
|
style.innerText = `
|
||||||
|
ul.music-list {
|
||||||
|
max-height: 70vh;
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
ul.music-list > li > span {
|
ul.music-list > li > span {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user