Skip to content

Commit

Permalink
修改pc端输入框padding过大问题
Browse files Browse the repository at this point in the history
  • Loading branch information
tywei90 committed Feb 23, 2018
1 parent 6cc94c9 commit 256add1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion public/main.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions src/components/mediaQuery.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
box-sizing: border-box;
padding: 15px 10px;
min-height: calc(100vh - 80px);
.upload{
right: -3px;
}
.m-units-list {
position: fixed;
width: 200px;
Expand Down
1 change: 1 addition & 0 deletions src/components/mixin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
margin-left: 15px;
input[type='text']{
width: 56px !important;
padding: 6px;
}
label{
padding-left: 10px;
Expand Down

0 comments on commit 256add1

Please sign in to comment.