From 3ee31d306cff242cac9e3923d7e42de62b7b74a5 Mon Sep 17 00:00:00 2001 From: Argo Zhang <argo@163.com> Date: Mon, 12 Aug 2019 15:45:42 +0800 Subject: [PATCH] =?UTF-8?q?style(dropdown-menu):=20=E5=BE=AE=E8=B0=83?= =?UTF-8?q?=E9=97=B4=E9=9A=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/wwwroot/css/theme.css | 5 ++++- Bootstrap.Client/wwwroot/css/theme.css | 9 ++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Bootstrap.Admin/wwwroot/css/theme.css b/Bootstrap.Admin/wwwroot/css/theme.css index 4244e69c..dbc465af 100644 --- a/Bootstrap.Admin/wwwroot/css/theme.css +++ b/Bootstrap.Admin/wwwroot/css/theme.css @@ -62,6 +62,10 @@ body { left: -6px; } + .header .dropdown-menu { + padding: 0; + } + .userinfo img { height: 29px; width: 29px; @@ -403,7 +407,6 @@ footer { .dropdown-menu { box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176); - padding: 0; } .dropdown-menu a { diff --git a/Bootstrap.Client/wwwroot/css/theme.css b/Bootstrap.Client/wwwroot/css/theme.css index 33edd004..dbc465af 100644 --- a/Bootstrap.Client/wwwroot/css/theme.css +++ b/Bootstrap.Client/wwwroot/css/theme.css @@ -62,6 +62,10 @@ body { left: -6px; } + .header .dropdown-menu { + padding: 0; + } + .userinfo img { height: 29px; width: 29px; @@ -403,7 +407,6 @@ footer { .dropdown-menu { box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176); - padding: 0; } .dropdown-menu a { @@ -675,6 +678,10 @@ input.pending { padding: 1px 5px; } + .bootstrap-table .fixed-table-container .table tbody tr.selected td { + background-color: rgba(0, 0, 0, 0.03); + } + .bootstrap-table .fixed-table-container .table.table-sm tbody td { padding: 0.3rem; }