ソースを参照

Merge branch 'dev' of http://192.168.0.115:3000/4dkankan/4dkankan_bim into dev

xzw 2 年 前
コミット
c4e153bf4b
1 ファイル変更6 行追加1 行削除
  1. 6 1
      src/components/header/index.vue

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

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