紧凑布局4x
This commit is contained in:
parent
9f8670ed7d
commit
f9d1d4b588
@ -47,6 +47,7 @@ export default class MusicList {
|
|||||||
maxWidth: '20rem', maxHeight: '70vh',
|
maxWidth: '20rem', maxHeight: '70vh',
|
||||||
overflow: 'hidden', boxShadow: '0 0 1rem #eee',
|
overflow: 'hidden', boxShadow: '0 0 1rem #eee',
|
||||||
display: 'flex', flexDirection: 'column',
|
display: 'flex', flexDirection: 'column',
|
||||||
|
fontSize: '12px'
|
||||||
},
|
},
|
||||||
onclick: event => {
|
onclick: event => {
|
||||||
this.ul.classList.toggle('disable')
|
this.ul.classList.toggle('disable')
|
||||||
|
Loading…
Reference in New Issue
Block a user