+  
+  
+  
     
+    
+      
+        
+          
+            

+          
+          
Administrator
+          
+            
+              
+                
+              
+            
+          
+        
+        
+          
+          
+          
+        
+      
 
+    
    
 
 
 
 
@@ -24,23 +101,32 @@ export default {
   width: 100%;
   height: 100%;
 }
+.layout-lock-screen-filter {
+  filter: blur(5px);
+}
 .layout-lock-screen-mask {
   background: rgba(255, 255, 255, 1);
   @extend .layout-lock-screen-fixed;
+  z-index: 9999990;
 }
-.layout-lock-screen {
+.layout-lock-screen-img {
   @extend .layout-lock-screen-fixed;
   background-image: url("https://img6.bdstatic.com/img/image/pcindex/sunjunpchuazhoutu.JPG");
   background-size: 100% 100%;
-  z-index: 9999999;
+  z-index: 9999991;
+}
+.layout-lock-screen {
+  @extend .layout-lock-screen-fixed;
+  z-index: 9999992;
   &-date {
     position: absolute;
     left: 0;
-    bottom: 0;
     top: 0;
-    right: 0;
+    width: 100%;
+    height: 100%;
     color: #ffffff;
-    border: 1px solid red;
+    z-index: 9999993;
+    user-select: none;
     &-box {
       position: absolute;
       left: 30px;
@@ -53,5 +139,56 @@ export default {
       }
     }
   }
+  &-login {
+    position: relative;
+    z-index: 9999994;
+    width: 100%;
+    height: 100%;
+    left: 0;
+    top: 0;
+    display: flex;
+    flex-direction: column;
+    justify-content: center;
+    color: #ffffff;
+    &-box {
+      text-align: center;
+      margin: auto;
+      &-img {
+        width: 180px;
+        height: 180px;
+        margin: auto;
+        img {
+          width: 100%;
+          height: 100%;
+          border-radius: 100%;
+        }
+      }
+      &-name {
+        font-size: 26px;
+        margin: 15px 0 30px;
+      }
+    }
+    &-icon {
+      position: absolute;
+      right: 30px;
+      bottom: 30px;
+      i {
+        font-size: 20px;
+        margin-left: 15px;
+        cursor: pointer;
+        opacity: 0.8;
+        &:hover {
+          opacity: 1;
+        }
+      }
+    }
+  }
+}
+::v-deep(.el-input-group__append) {
+  background: #ffffff;
+  padding: 0px 15px;
+}
+::v-deep(.el-input__inner) {
+  border-right-color: #f6f6f6;
 }
 
\ No newline at end of file
diff --git a/vue-admin-wonderful-next/src/views/layout/navBars/tagsView/tagsView.vue b/vue-admin-wonderful-next/src/views/layout/navBars/tagsView/tagsView.vue
index 7d464df..6e7e47b 100644
--- a/vue-admin-wonderful-next/src/views/layout/navBars/tagsView/tagsView.vue
+++ b/vue-admin-wonderful-next/src/views/layout/navBars/tagsView/tagsView.vue
@@ -222,13 +222,14 @@ export default {
     .layout-navbars-tagsview-ul-li {
       height: 34px !important;
       line-height: 34px !important;
-      border: 1px solid #e6e6e6 !important;
+      border-right: 1px solid #f6f6f6 !important;
       border-top: none !important;
+      border-bottom: none !important;
       border-left: none !important;
       border-radius: 0 !important;
       margin-right: 0 !important;
       &:first-of-type {
-        border-left: 1px solid #e6e6e6 !important;
+        border-left: 1px solid #f6f6f6 !important;
       }
       .layout-icon-active {
         display: none;
@@ -240,8 +241,8 @@ export default {
     .is-active {
       background: white !important;
       color: var(--color-primary) !important;
-      border-bottom: 1px solid !important;
-      border-bottom-color: var(--color-primary) !important;
+      border-top: 1px solid !important;
+      border-top-color: var(--color-primary) !important;
     }
   }
   // 风格4