ソースを参照

fix css class name

RuoYi 4 年 前
コミット
4557ca0ace
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2 2
      ruoyi-ui/src/assets/styles/ruoyi.scss

+ 2 - 2
ruoyi-ui/src/assets/styles/ruoyi.scss

@@ -37,7 +37,7 @@
37
 .mb10 {
37
 .mb10 {
38
 	margin-bottom: 10px;
38
 	margin-bottom: 10px;
39
 }
39
 }
40
-.ml0 {
40
+.ml10 {
41
 	margin-left: 10px;
41
 	margin-left: 10px;
42
 }
42
 }
43
 .mt20 {
43
 .mt20 {
@@ -49,7 +49,7 @@
49
 .mb20 {
49
 .mb20 {
50
 	margin-bottom: 20px;
50
 	margin-bottom: 20px;
51
 }
51
 }
52
-.m20 {
52
+.ml20 {
53
 	margin-left: 20px;
53
 	margin-left: 20px;
54
 }
54
 }
55
 
55