From 1d930e9b0ae9e38990eed0efbce12a4007035745 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Sat, 17 Aug 2019 23:52:57 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=BE=AE=E8=B0=83=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E6=98=BE=E7=A4=BA=E5=90=8D=E7=A7=B0=E5=AD=97?= =?UTF-8?q?=E4=BD=93=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/wwwroot/css/lte.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Bootstrap.Admin/wwwroot/css/lte.css b/Bootstrap.Admin/wwwroot/css/lte.css index a394c226..52a3096b 100644 --- a/Bootstrap.Admin/wwwroot/css/lte.css +++ b/Bootstrap.Admin/wwwroot/css/lte.css @@ -38,6 +38,11 @@ .userinfo img { border-radius: 50%; + +.userinfo .username { + font-size: 1rem; + max-width: 110px; + font-weight: 500; } .userinfo .dropdown-toggle, .userinfo .dropdown-toggle:hover, .userinfo.show .dropdown-toggle, .nav [data-toggle="dropdown"], .nav [data-toggle="dropdown"]:hover { @@ -127,6 +132,10 @@ aside { left: 4px; } + aside .nav-header span { + font-size: 1rem; + } + aside .nav-link span { display: inline-block; white-space: nowrap;