RuoYi пре 5 година
родитељ
комит
e0af01d16c

+ 5 - 7
ruoyi-admin/src/main/resources/static/css/skins.css

@@ -170,7 +170,7 @@
 }
 
 .skin-blue .content-tabs {
-	border-bottom: solid 2px #e7eaec;
+	border-bottom: 1px solid #e5e5e5;
 }
 
 .skin-blue.layout-top-nav>.logo {
@@ -189,7 +189,7 @@
 }
 
 .skin-green .content-tabs {
-	border-bottom: solid 2px #e7eaec;
+	border-bottom: 1px solid #e5e5e5;
 }
 
 .skin-green .navbar .nav>li>a {
@@ -436,7 +436,7 @@
 }
 
 .skin-red .content-tabs {
-	border-bottom: solid 2px #e7eaec;
+	border-bottom: 1px solid #e5e5e5;
 }
 
 .skin-red .nav>li>.treeview-menu {
@@ -595,8 +595,7 @@
 }
 
 .skin-yellow .content-tabs {
-	
-	 border-bottom: solid 2px #e7eaec;
+	 border-bottom: 1px solid #e5e5e5;
 }
 
 .skin-yellow .nav>li>.treeview-menu {
@@ -755,8 +754,7 @@
 }
 
 .skin-purple .content-tabs {
-	
-	 border-bottom: solid 2px #e7eaec;
+	 border-bottom: 1px solid #e5e5e5;
 }
 
 .skin-purple .nav>li>.treeview-menu {

+ 3 - 3
ruoyi-admin/src/main/resources/static/css/style.css

@@ -3247,7 +3247,7 @@ body.body-small .footer.fixed {
 /*CONTENTTABS*/
 .content-tabs {
     position: relative;
-    height: 42px;
+    height: 39px;
     background: #fafafa;
     line-height: 40px;
 }
@@ -3255,7 +3255,7 @@ body.body-small .footer.fixed {
 .content-tabs .roll-nav, .page-tabs-list {
     position: absolute;
     width: 40px;
-    height: 40px;
+    height: 38px;
     text-align: center;
     color: #999;
     z-index: 2;
@@ -3328,7 +3328,7 @@ nav.page-tabs .page-tabs-content {
 
 .roll-right.tabReload {
     background: #fff;
-    height: 40px;
+    height: 38px;
     width: 60px;
     outline: none;
 }

+ 6 - 0
ruoyi-admin/src/main/resources/static/ruoyi/css/ry-ui.css

@@ -146,6 +146,12 @@
 	margin-right: 5px
 }
 
+.nav-tabs-custom>.nav-tabs>li.header {
+	padding-left: 5px;
+	font-size: 16px;
+	line-height: 30px;
+}
+
 .nav-tabs-custom>.nav-tabs>li.disabled>a {
 	color: #777
 }