fix css class name

This commit is contained in:
wind 2022-01-22 14:05:44 +00:00 committed by Gitee
parent dccb3ac6c6
commit 48b007543a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@
.mb10 { .mb10 {
margin-bottom: 10px; margin-bottom: 10px;
} }
.ml0 { .ml10 {
margin-left: 10px; margin-left: 10px;
} }
.mt20 { .mt20 {
@ -49,7 +49,7 @@
.mb20 { .mb20 {
margin-bottom: 20px; margin-bottom: 20px;
} }
.m20 { .ml20 {
margin-left: 20px; margin-left: 20px;
} }