From 00b39718f965d3b892e25327aa7adffc02ff5b64 Mon Sep 17 00:00:00 2001 From: Hunlongyu Date: Fri, 29 Nov 2019 18:10:44 +0800 Subject: [PATCH] 201911281810 --- src/App.vue | 2 +- src/assets/theme/light.scss | 15 ++++++++++++++- src/components/zy_header.vue | 26 +++++++++++--------------- 3 files changed, 26 insertions(+), 17 deletions(-) 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 {