Browse Source

feat: update

rindy 2 years ago
parent
commit
fecf0a7cc1
1 changed files with 6 additions and 1 deletions
  1. 6 1
      src/components/header/index.vue

+ 6 - 1
src/components/header/index.vue

@@ -156,13 +156,18 @@ header {
                 flex-direction: column;
                 border-radius: 4px;
                 box-shadow: 0 0 4px #333;
-                padding: 0 10px;
+                padding: 0 15px;
                 margin-top: 15px
             }
             li {
                 height: 45px;
                 line-height: 45px;
                 text-align: center;
+                &.split{
+                    width: 100%;
+                    height: 1px;
+                    background-color: rgba(255, 255, 255, 0.16);
+                }
             }
         }
     }