From 652f2d03593b6a4b5deac10e0619785b6f0f581d Mon Sep 17 00:00:00 2001 From: Argo-Lenovo Date: Fri, 14 Apr 2017 13:15:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG=EF=BC=9A=E8=A7=92?= =?UTF-8?q?=E8=89=B2=E5=85=B3=E8=81=94=E8=8F=9C=E5=8D=95=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E5=86=85=E5=AE=B9overflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Content/fa.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Bootstrap.Admin/Content/fa.css b/Bootstrap.Admin/Content/fa.css index 756d903b..7ca731fe 100644 --- a/Bootstrap.Admin/Content/fa.css +++ b/Bootstrap.Admin/Content/fa.css @@ -75,6 +75,7 @@ right: 15px; z-index: 1051; display: none; + min-height: 240px; } .icon-content .fa-nav { @@ -256,7 +257,7 @@ margin-right: 160px; } - .icon-content.menu-content { + .menu-content { top: 0; right: auto; bottom: 0; @@ -266,18 +267,17 @@ } @media (min-width: 940px) { - .icon-content.menu-content { + .menu-content { width: 900px; } } @media (min-height: 672px) { - .icon-content.menu-content { - top: 0; - bottom: 0; + .menu-content { + height: 600px; } - .modal .modal-dialog .menu-content .modal-body { - max-height: 600px; + .modal .menu-content .modal-body { + height: 490px; } }