From ac6d3512aa0b595312e57b9c899eb9674d274817 Mon Sep 17 00:00:00 2001
From: seagull <24163551@qq.com>
Date: Fri, 10 Apr 2020 15:15:59 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=BB=98=E8=AE=A4=E7=95=8C?=
=?UTF-8?q?=E9=9D=A2=E7=9A=84=E9=A2=9C=E8=89=B2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 2 +-
src/main/resources/static/css/skins.css | 10 +++++-----
src/main/resources/static/css/style.css | 4 ++--
.../templates/testmanagmt/projectCase/projectCase.html | 1 -
4 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/pom.xml b/pom.xml
index f1b65c3..f63506a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.luckyframe
LuckyFrameWeb
- 3.2
+ 3.2.1
jar
LuckyFrameWeb
diff --git a/src/main/resources/static/css/skins.css b/src/main/resources/static/css/skins.css
index a9bfe98..a09da32 100644
--- a/src/main/resources/static/css/skins.css
+++ b/src/main/resources/static/css/skins.css
@@ -6,7 +6,7 @@
*/
/** À¶É«Ö÷Ìâ skin-blue **/
.skin-blue .navbar {
- background-color: #1E90FF
+ background-color: #003366
}
.skin-blue .navbar .nav>li>a {
@@ -38,7 +38,7 @@
}
.skin-blue .navbar .sidebar-toggle:hover {
- background-color: #00CCCC
+ background-color: #009999
}
@media ( max-width :767px) {
@@ -49,12 +49,12 @@
color: #fff
}
.skin-blue .navbar .dropdown-menu li a:hover {
- background: #00CCCC
+ background: #009999
}
}
.skin-blue .logo {
- background-color: #00BFFF;
+ background-color: #003333;
color: #fff;
border-bottom: 0 solid transparent
}
@@ -89,7 +89,7 @@
.skin-blue .nav>li.active {
color: #fff;
- background: #0099CC;
+ background: #009999;
border-left: 3px solid #3c8dbc;
}
diff --git a/src/main/resources/static/css/style.css b/src/main/resources/static/css/style.css
index 91ecd29..aed968b 100644
--- a/src/main/resources/static/css/style.css
+++ b/src/main/resources/static/css/style.css
@@ -478,7 +478,7 @@ body.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
top: 0px;
padding: 10px 10px 10px 10px;
text-align: center;
- background-color: #00BFFF;
+ background-color: #003333;
border-bottom: dashed 1px #fff;
}
@@ -6671,7 +6671,7 @@ body.rtls .top-navigation .footer.fixed, body.rtls.top-navigation .footer.fixed
}
.navbar-static-side {
- background: #00BFFF;
+ background: #003333;
}
.nav-close {
diff --git a/src/main/resources/templates/testmanagmt/projectCase/projectCase.html b/src/main/resources/templates/testmanagmt/projectCase/projectCase.html
index 6b70364..a16f27b 100644
--- a/src/main/resources/templates/testmanagmt/projectCase/projectCase.html
+++ b/src/main/resources/templates/testmanagmt/projectCase/projectCase.html
@@ -170,7 +170,6 @@
width: '7%',
class: 'myTDLengthHidden',
formatter: function (value, row, index) {
- console.log(row);
return ''+value+'';
}
},