Skip to content

Commit

Permalink
fix css class name
Browse files Browse the repository at this point in the history
  • Loading branch information
yangzongzhuan committed Jan 23, 2022
1 parent 8c3bf16 commit c8b5c30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assets/styles/ruoyi.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
.mb10 {
margin-bottom: 10px;
}
.ml0 {
.ml10 {
margin-left: 10px;
}
.mt20 {
Expand All @@ -49,7 +49,7 @@
.mb20 {
margin-bottom: 20px;
}
.m20 {
.ml20 {
margin-left: 20px;
}

Expand Down

0 comments on commit c8b5c30

Please sign in to comment.