wangshan 5 лет назад
Родитель
Сommit
7dd3e9af61

+ 1 - 1
src/jfw/modules/app/src/web/staticres/jyapp/css/subscribe.css

@@ -1542,7 +1542,7 @@ body .loading_ p span {
 
 
 .app-content {
 .app-content {
     display: none;
     display: none;
-/*    justify-content: space-between;*/
+    justify-content: space-between;
     flex-direction: column;
     flex-direction: column;
     overflow: hidden;
     overflow: hidden;
     height: 100%;
     height: 100%;

+ 1 - 0
src/jfw/modules/app/src/web/templates/weixin/historypush.html

@@ -310,6 +310,7 @@
 						$(".header_header").show();
 						$(".header_header").show();
 					}
 					}
 				},200)
 				},200)
+				$(".app-content").css("justify-content","flex-start");
 				$(".switch").addClass("only-personal");
 				$(".switch").addClass("only-personal");
                 $(".switch>span").text("免费试用 VIP");
                 $(".switch>span").text("免费试用 VIP");
                 $(".switch").click(tointroducepage);
                 $(".switch").click(tointroducepage);