Fix change music source dialog layout (#2204)
* Fix change music source dialog layout * Apply suggestions from lyswhut Co-authored-by: lyswhut <lyswhut@qq.com> --------- Co-authored-by: lyswhut <lyswhut@qq.com>pull/2209/head
parent
977b842df3
commit
05e8442ff1
|
@ -166,6 +166,8 @@ export default {
|
|||
.main {
|
||||
padding: 10px 7px 0;
|
||||
width: 560px;
|
||||
max-width: 100%;
|
||||
box-sizing: border-box;
|
||||
// min-width: 280px;
|
||||
display: flex;
|
||||
flex-flow: column nowrap;
|
||||
|
@ -180,7 +182,7 @@ export default {
|
|||
|
||||
.list {
|
||||
flex: auto;
|
||||
min-height: 200px;
|
||||
min-height: 100px;
|
||||
min-width: 460px;
|
||||
// background-color: @color-search-form-background;
|
||||
font-size: 13px;
|
||||
|
|
Loading…
Reference in New Issue