Skip to content

Commit

Permalink
修复 小屏幕下出现一点点滚动条 (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
hihuangwei authored Sep 3, 2021
1 parent fb8057c commit 4e5f500
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions AccountSettings/src/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
height: 100%;
padding-top: 16px;
padding-bottom: 16px;
overflow: auto;
background-color: @menu-bg;
.leftMenu {
width: 224px;
Expand All @@ -22,10 +21,7 @@
}
.right {
flex: 1;
padding-top: 8px;
padding-right: 40px;
padding-bottom: 8px;
padding-left: 40px;
padding: 8px 40px;
.title {
margin-bottom: 12px;
color: @heading-color;
Expand Down

0 comments on commit 4e5f500

Please sign in to comment.