diff --git a/src/assets/img/header-profile.png b/src/assets/img/header-profile.png index 9e1884b33..56403be28 100644 Binary files a/src/assets/img/header-profile.png and b/src/assets/img/header-profile.png differ diff --git a/src/styles/themes/keep-heart-red.scss b/src/styles/themes/revolution.scss similarity index 71% rename from src/styles/themes/keep-heart-red.scss rename to src/styles/themes/revolution.scss index 05f027fe7..ab8d6875c 100644 --- a/src/styles/themes/keep-heart-red.scss +++ b/src/styles/themes/revolution.scss @@ -1,11 +1,11 @@ // ElementUI -$--color-primary: #b4312b; +$--color-primary: #ca2e1f; $--color-success: #E98737; $--color-info: #f06f06; -$--color-warning: #f8ac59; -$--color-danger: #ed5565; +$--color-warning: #f82ed3; +$--color-danger: #074bdc; -// Menu +// Men //$menuText: rgb(241, 212, 174); $menuBg: #b4312b; $menuActiveLeft: rgb(241, 212, 174); diff --git a/src/styles/variables.scss b/src/styles/variables.scss index 7cfbcfbaf..bbaa6642b 100644 --- a/src/styles/variables.scss +++ b/src/styles/variables.scss @@ -1,4 +1,4 @@ -@import "./themes/keep-heart-red"; +@import "src/styles/themes/revolution"; //@import "./themes/classic"; $--color-black: #000000; diff --git a/src/views/myhome/components/User.vue b/src/views/myhome/components/User.vue index 9fda1869f..80a0b44fb 100644 --- a/src/views/myhome/components/User.vue +++ b/src/views/myhome/components/User.vue @@ -6,7 +6,7 @@
- +
    @@ -34,7 +34,8 @@ export default { }, data() { return { - users: {} + users: {}, + avatarUrl: require('@/assets/img/admin.png') } }, created() {