Przeglądaj źródła

处理手机端不能返回至顶部的问题

yangc 8 lat temu
rodzic
commit
d1d97a2aa3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      assets/scss/mobileCommon.scss

+ 1 - 1
assets/scss/mobileCommon.scss

@@ -198,5 +198,5 @@ input {
 }
 }
 
 
 .mobile-content {
 .mobile-content {
-  margin-top: .88rem !important;
+  padding-top: .88rem !important;
 }
 }