From 9166b7b4bdb84bfe499078dd68add5c3e462411f Mon Sep 17 00:00:00 2001 From: zmk <496160012@qq.com> Date: 星期一, 27 五月 2024 18:09:00 +0800 Subject: [PATCH] Merge branch 'master' of ssh://117.78.1.188:29418/dkyChenJiang --- javaweb-plus/javaweb-admin/src/main/resources/static/css/style.css | 17 +++++++++-------- 1 files changed, 9 insertions(+), 8 deletions(-) diff --git a/javaweb-plus/javaweb-admin/src/main/resources/static/css/style.css b/javaweb-plus/javaweb-admin/src/main/resources/static/css/style.css index 76b2d02..7150c80 100644 --- a/javaweb-plus/javaweb-admin/src/main/resources/static/css/style.css +++ b/javaweb-plus/javaweb-admin/src/main/resources/static/css/style.css @@ -3048,7 +3048,7 @@ } .border-bottom { - border-bottom: 1px solid #e7eaec !important; + /*border-bottom: 1px solid #e7eaec !important;*/ } .font-bold { @@ -3247,9 +3247,9 @@ /*CONTENTTABS*/ .content-tabs { position: relative; - height: 39px; - background: #fafafa; - line-height: 38px; + height: 45px; + background: #ffffff; + line-height: 43px; } .content-tabs .roll-nav, .page-tabs-list { @@ -3287,7 +3287,7 @@ nav.page-tabs { margin-left: 30px; width: 100000px; - height: 38px; + height: 45px; overflow: hidden; } @@ -3298,8 +3298,8 @@ .page-tabs a { display: block; float: left; - border-right: solid 1px #eee; - padding: 0 15px; + /*border-right: solid 1px #eee;*/ + padding: 0 30px; } .page-tabs a i:hover { @@ -6567,8 +6567,9 @@ } .page-tabs a.active { - background: #eaedf1; + /*background: #eaedf1;*/ color: #23508e; + border-bottom: 2px solid #409eff; } .page-tabs a.active:hover, .page-tabs a.active i:hover { -- Gitblit v1.9.1