From 17e640fa4be3bd74cafffb9da213b1b4721ad50e Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Fri, 5 Apr 2019 14:37:01 +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=BE=AE=E8=B0=83header=E9=87=8C=E9=80=9A=E7=9F=A5=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E9=BC=A0=E6=A0=87=E6=82=AC=E6=B5=AE=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=20link=20commit:2d51336?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #Comment 相关提交 commit:2d51336 --- Bootstrap.Admin/wwwroot/css/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bootstrap.Admin/wwwroot/css/site.css b/Bootstrap.Admin/wwwroot/css/site.css index ed01f5f5..f55e0c25 100644 --- a/Bootstrap.Admin/wwwroot/css/site.css +++ b/Bootstrap.Admin/wwwroot/css/site.css @@ -34,7 +34,7 @@ .nav [data-toggle="dropdown"] { border-radius: 4px; padding: 6px 12px; - transition: color .25s linear, border-color .25s linear; + transition: all .25s linear; } .nav .dropdown-menu {