Explorar el Código

修改弹出框的最大的高度

outaozhen hace 6 años
padre
commit
51d8d9c571
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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{