diff --git a/src/assets/images/new_browse.png b/src/assets/images/new_browse.png new file mode 100644 index 0000000..fa084d8 Binary files /dev/null and b/src/assets/images/new_browse.png differ diff --git a/src/assets/images/new_shop.png b/src/assets/images/new_shop.png new file mode 100644 index 0000000..683b1a3 Binary files /dev/null and b/src/assets/images/new_shop.png differ diff --git a/src/assets/images/new_user.png b/src/assets/images/new_user.png new file mode 100644 index 0000000..7c74df1 Binary files /dev/null and b/src/assets/images/new_user.png differ diff --git a/src/assets/images/new_visitor.png b/src/assets/images/new_visitor.png new file mode 100644 index 0000000..062d538 Binary files /dev/null and b/src/assets/images/new_visitor.png differ diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue index cc13cc9..127e4f6 100644 --- a/src/layout/components/AppMain.vue +++ b/src/layout/components/AppMain.vue @@ -24,7 +24,7 @@ export default { width: 100%; position: relative; overflow: hidden; - background: #f7f7f7; + background: #F2F6FA; } .fixed-header + .app-main { padding-top: 50px; diff --git a/src/styles/sidebar.scss b/src/styles/sidebar.scss index ea6175c..ab83a63 100644 --- a/src/styles/sidebar.scss +++ b/src/styles/sidebar.scss @@ -89,6 +89,11 @@ background-color: $subMenuHover !important; } } + + & .nest-menu .is-active{ + background-color: $subMenuActiveBg !important; + border-right: 3px solid $subMenuActiveTag; + } } .hideSidebar { diff --git a/src/styles/variables.scss b/src/styles/variables.scss index 36a393f..37fde83 100644 --- a/src/styles/variables.scss +++ b/src/styles/variables.scss @@ -7,6 +7,8 @@ $menuBg:#ffffff; $menuHover:#DFECFF; $subMenuBg:#ffffff; +$subMenuActiveBg:#DFECFF; +$subMenuActiveTag:#183ECD; $subMenuHover:#DFECFF; $sideBarWidth: 210px; diff --git a/src/views/dashboard/components/HomeCard.vue b/src/views/dashboard/components/HomeCard.vue index dbee975..4dafddd 100644 --- a/src/views/dashboard/components/HomeCard.vue +++ b/src/views/dashboard/components/HomeCard.vue @@ -4,11 +4,18 @@ {{ title }} 今日 -
{{ cardData.nums }}
+
+ + {{ cardData.nums }} +
+ +