Skip to content

Commit

Permalink
Apply suggestions from lyswhut
Browse files Browse the repository at this point in the history
Co-authored-by: lyswhut <lyswhut@qq.com>
  • Loading branch information
3gf8jv4dv and lyswhut committed Dec 24, 2024
1 parent 5c2ace4 commit ef8baff
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,10 @@ export default {
.main {
padding: 10px 7px 0;
// width: 560px;
min-width: 280px;
width: 560px;
max-width: 100%;
box-sizing: border-box;
// min-width: 280px;
display: flex;
flex-flow: column nowrap;
min-height: 0;
Expand Down

0 comments on commit ef8baff

Please sign in to comment.