From 1590b582336bb701ec2dee24cc9465b819bca2b1 Mon Sep 17 00:00:00 2001
From: chenhuan <czj123456>
Date: 星期二, 28 五月 2024 17:41:16 +0800
Subject: [PATCH] logo收缩

---
 javaweb-plus/javaweb-admin/src/main/resources/static/css/style.css |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 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..c492ed5 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
@@ -400,7 +400,6 @@
 body.mini-navbar .navbar-static-side {
     width: 70px;
 }
-
 body.mini-navbar .profile-element, body.mini-navbar .nav-label, body.mini-navbar .navbar-default .nav li a span {
     display: none;
 }
@@ -3048,7 +3047,7 @@
 }
 
 .border-bottom {
-    border-bottom: 1px solid #e7eaec !important;
+    /*border-bottom: 1px solid #e7eaec !important;*/
 }
 
 .font-bold {
@@ -3247,9 +3246,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 +3286,7 @@
 nav.page-tabs {
     margin-left: 30px;
     width: 100000px;
-    height: 38px;
+    height: 45px;
     overflow: hidden;
 }
 
@@ -3298,8 +3297,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 +6566,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