diff --git a/.env.development b/.env.development index 1df38d5..33f08b9 100644 --- a/.env.development +++ b/.env.development @@ -2,5 +2,5 @@ ENV = 'development' # base api -VUE_APP_BASE_API = https://yybtest.ali251.langye.net -#VUE_APP_BASE_API = https://yunyubang.ali251.langye.net +#VUE_APP_BASE_API = https://yybtest.ali251.langye.net +VUE_APP_BASE_API = https://yunyubang.ali251.langye.net diff --git a/src/assets/logo-mini.png b/src/assets/logo-mini.png index afc71c9..ca43b6b 100644 Binary files a/src/assets/logo-mini.png and b/src/assets/logo-mini.png differ diff --git a/src/assets/logo-mini1.png b/src/assets/logo-mini1.png new file mode 100644 index 0000000..afc71c9 Binary files /dev/null and b/src/assets/logo-mini1.png differ diff --git a/src/assets/logo.png b/src/assets/logo.png index 784e767..e075f48 100644 Binary files a/src/assets/logo.png and b/src/assets/logo.png differ diff --git a/src/assets/logo1.png b/src/assets/logo1.png new file mode 100644 index 0000000..784e767 Binary files /dev/null and b/src/assets/logo1.png differ diff --git a/src/components/LxHeader/index.vue b/src/components/LxHeader/index.vue index cfe9f45..97ee6a1 100644 --- a/src/components/LxHeader/index.vue +++ b/src/components/LxHeader/index.vue @@ -40,9 +40,9 @@ export default { // padding-top: 10px; font-weight: bold; font-size: 15px; - color: #006756; + color: #bf617c; white-space: nowrap; - border-bottom: 2px solid #006756; + border-bottom: 2px solid #bf617c; > span { position: relative; diff --git a/src/styles/element-variables.scss b/src/styles/element-variables.scss index e44cb29..9aa0aa6 100644 --- a/src/styles/element-variables.scss +++ b/src/styles/element-variables.scss @@ -1,5 +1,5 @@ /* 改变主题色变量 */ -$--color-primary: #071e34; +$--color-primary: #bf617c; /* 改变 icon 字体路径变量,必需 */ $--font-path: '~element-ui/lib/theme-chalk/fonts'; diff --git a/src/styles/sidebar.scss b/src/styles/sidebar.scss index 36473d0..2f896a5 100644 --- a/src/styles/sidebar.scss +++ b/src/styles/sidebar.scss @@ -11,7 +11,7 @@ transition: width 0.28s; width: $sideBarWidth !important; //background-color: $menuBg; - background: linear-gradient(180deg, #071e34, #071e34); + background: linear-gradient(180deg, #bf617c, #bf617c); box-shadow: 1px 1px 15px 0px rgba(17, 76, 157, 0.2); height: 100%; position: fixed; diff --git a/src/styles/variables.scss b/src/styles/variables.scss index 5e6df77..ab29bf3 100644 --- a/src/styles/variables.scss +++ b/src/styles/variables.scss @@ -13,7 +13,7 @@ $subMenuHover:rgba(242, 242, 242, .4); $submenuActiveBg:rgba(242, 242, 242, .4); $sideBarWidth: 210px; -$primaryColor: #071e34; +$primaryColor: #bf617c; // the :export directive is the magic sauce for webpack // https://www.bluematador.com/blog/how-to-share-variables-between-js-and-sass :export { diff --git a/src/styles/viewui-mine.less b/src/styles/viewui-mine.less index 3e83da5..c9d5742 100644 --- a/src/styles/viewui-mine.less +++ b/src/styles/viewui-mine.less @@ -1,4 +1,4 @@ @import '~view-design/src/styles/index.less'; // Here are the variables to cover, such as: -@primary-color: #071e34; +@primary-color: #bf617c;