diff --git a/src/App.vue b/src/App.vue index a398c8d..7b31b6f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -48,7 +48,7 @@ html, body, #app, .box{ .box{ .header{ width: 100%; - height: 35px; + height: 50px; padding: 0; } } diff --git a/src/assets/theme/light.scss b/src/assets/theme/light.scss index 194b0bf..8e70957 100644 --- a/src/assets/theme/light.scss +++ b/src/assets/theme/light.scss @@ -1,7 +1,7 @@ .light{ .sider,.header,.content{ background-color: #fff; - color: #000; + color: #515a6e; } .sider{ border-right: 1px solid #dcdee2; @@ -21,4 +21,17 @@ } } } + .header{ + border-bottom: 1px solid #dcdee2; + .header-box{ + color: #808695; + i{ + &:hover{ + color: #515a6e; + background-color: #efefef; + border-bottom: 1px solid #808695; + } + } + } + } } \ No newline at end of file diff --git a/src/components/zy_header.vue b/src/components/zy_header.vue index db8af6e..c789695 100644 --- a/src/components/zy_header.vue +++ b/src/components/zy_header.vue @@ -18,30 +18,26 @@ export default {