From 3c58d482217c1386e55f8524ccfee2dcc44c5cc0 Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Sun, 30 Sep 2018 17:53:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=A0=B7=E5=BC=8F=EF=BC=9A?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=B1=8F=E5=B9=95=E5=B0=BA=E5=AF=B8=E5=A4=A7?= =?UTF-8?q?=E4=BA=8E1200px=E5=90=8Emodal=E5=AE=BD=E5=BA=A6=E5=8F=98?= =?UTF-8?q?=E4=B8=BA100%-200px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Client/wwwroot/css/theme-responsive.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Bootstrap.Client/wwwroot/css/theme-responsive.css b/Bootstrap.Client/wwwroot/css/theme-responsive.css index 2bff06db..2f869944 100644 --- a/Bootstrap.Client/wwwroot/css/theme-responsive.css +++ b/Bootstrap.Client/wwwroot/css/theme-responsive.css @@ -42,3 +42,9 @@ max-width: 900px; } } + +@media (min-width: 1200px) { + .modal-lg { + max-width: calc(100% - 200px); + } +}