diff --git a/riis-web/src/layout/components/Navbar.vue b/riis-web/src/layout/components/Navbar.vue
index f2274a2..e408e15 100644
--- a/riis-web/src/layout/components/Navbar.vue
+++ b/riis-web/src/layout/components/Navbar.vue
@@ -12,29 +12,32 @@
-

-
-

-->
+
-

+
变电站远程智能巡视系统
@@ -60,22 +63,20 @@
-

-

-

+

+

+
-
@@ -523,6 +512,32 @@ function leadingOut() {// 下载系统操作手册
height: 37px;
background: url(@/assets/header/cd_yuo.png);
}
+ .nav-sonbox {
+ width: 120px;
+ background-image: linear-gradient(#001f5a 1%, #001f5b 90%, transparent);
+ border: 1px solid red;
+ border-image: linear-gradient(to bottom, #0082df 20%, transparent) 1;
+ border-bottom: 0;
+ padding-top: 10px;
+ padding-bottom: 20px;
+ // margin-top: 12px;
+ margin-left: -12px;
+ position: absolute;
+ top:40px ;
+
+ .nav-son-list {
+ width: 100%;
+ height: 32px;
+ line-height: 32px;
+ color: rgb(255, 255, 255);
+ cursor: pointer;
+ }
+
+ .nav-son-list:hover {
+ color: #00FFFF;
+ background-color: rgba(255, 255, 255, 0.2);
+ }
+ }
.nav-imgtitle{
height: 34px;
line-height: 34px;
@@ -531,6 +546,7 @@ function leadingOut() {// 下载系统操作手册
border-top: 1px solid rgba(181, 215, 255, 0.3);
border-bottom: 1px solid rgba(181, 215, 255, 0.3);
margin-top: 3px;
+ cursor: pointer;
}
.nav-active .nav-imgleft{
background: url(@/assets/header/cd_zuo.png);
diff --git a/riis-web/src/layout/index.vue b/riis-web/src/layout/index.vue
index 92079ef..d0d97b8 100644
--- a/riis-web/src/layout/index.vue
+++ b/riis-web/src/layout/index.vue
@@ -1,5 +1,5 @@
-