紧凑布局4x
This commit is contained in:
@@ -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')
|
||||||
|
Reference in New Issue
Block a user