Skip to content

Commit

Permalink
style: local music overflow auto
Browse files Browse the repository at this point in the history
  • Loading branch information
Linkontoask committed Dec 30, 2020
1 parent 123c8a7 commit 3388d3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/electron/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import { userInfo } from 'os'
import { shell } from 'electron'
import { statSync } from 'fs'
import { syncToAsync } from '@/utils/index'
import { SongsDetail } from '@/interface'
import { readdirSync } from 'fs'
import { ICommonTagsResult } from 'music-metadata/lib/type.d'
Expand Down
6 changes: 5 additions & 1 deletion src/layout/music/music.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.music-layout {
display: flex;
flex-direction: column;
padding: 20px;
&--title {
display: flex;
Expand All @@ -11,6 +13,8 @@
margin-bottom: 10px;
}
&--body {
display: block;
flex: 1;
height: 0;
overflow: auto;
}
}

0 comments on commit 3388d3d

Please sign in to comment.