Browse Source

修改弹出框的最大的高度

outaozhen 6 years ago
parent
commit
51d8d9c571
1 changed files with 1 additions and 1 deletions
  1. 1 1
      css/global.css

+ 1 - 1
css/global.css

@@ -551,7 +551,7 @@ body{
   margin: 3.7rem auto 0 auto !important;
 }
 .modal-body{
-  max-height:356px;
+  max-height:385px;
   overflow-y:auto;
 }
 .head-img{