瀏覽代碼

added height auto to .login-page & .register-page

REJack 5 年之前
父節點
當前提交
af70f05345

+ 1 - 0
build/less/login_and_register.less

@@ -16,6 +16,7 @@
 
 .login-page,
 .register-page {
+  height: auto;
   background: @gray-lte;
 }
 

+ 1 - 0
dist/css/AdminLTE.css

@@ -3259,6 +3259,7 @@ table.text-center th {
 }
 .login-page,
 .register-page {
+  height: auto;
   background: #d2d6de;
 }
 .login-box,

文件差異過大導致無法顯示
+ 0 - 0
dist/css/AdminLTE.min.css


+ 1 - 0
dist/css/alt/AdminLTE-without-plugins.css

@@ -3260,6 +3260,7 @@ table.text-center th {
 }
 .login-page,
 .register-page {
+  height: auto;
   background: #d2d6de;
 }
 .login-box,

文件差異過大導致無法顯示
+ 0 - 0
dist/css/alt/AdminLTE-without-plugins.min.css


部分文件因文件數量過多而無法顯示