Skip to content

Commit

Permalink
fix: reset layout issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxtuneLee committed Sep 15, 2024
1 parent 1664b6f commit d8b1fee
Show file tree
Hide file tree
Showing 3 changed files with 4,515 additions and 3,506 deletions.
5 changes: 2 additions & 3 deletions app/(tourist)/reset/page.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,13 @@
.veriCodeInput {
position: relative;
input {
width: 86px;
padding: 1px 180px 1px 48px;
padding-left: 50px;
}
}

.defaultHead {
position: absolute;
top: 67px;
top: 63px;
left: 0px;
left: 20px;

Expand Down
2 changes: 1 addition & 1 deletion components/input/inputWithLabel/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
.afterContent {
position: relative;
top: -37px;
top: -39px;
right: 20px;

align-self: flex-end;
Expand Down
Loading

0 comments on commit d8b1fee

Please sign in to comment.