2
3
jichengcheng 6 rokov pred
rodič
commit
b685dd11ce

BIN
src/dashoo.cn/frontend_web/src/assets/img/gongfang_right.png


+ 2 - 2
src/dashoo.cn/frontend_web/src/assets/styles/base/variables.scss

@@ -60,8 +60,8 @@ $main-light:                #3e4c59;
 $main-dark:                 #283643;
 // $main:                      #2b3b49;
 // $main-darker:               #24313c;
-$main:                      #001529;
-$main-darker:               #002140;
+$main:                      #263238;
+$main-darker:               #004EA2;
 
 // - Brand color
 $primary:                   #20A0FF;

+ 10 - 10
src/dashoo.cn/frontend_web/src/components/Headbar.vue

@@ -1,28 +1,28 @@
 <template>
-  <header class="header">
+  <header class="header" style="background-color:#004EA2;">
     <!-- <h1 class="brand" style="text-align:center;margin-left:10px;margin-right:1px;">
       <router-link to="/">
         <img src="~/assets/img/logo.png" style="height:32px;">
       </router-link>
     </h1> -->
-    <div v-if="!isMenuHidden" class="brand" style="background-color:#002140;padding-top:7px;padding-left:20px;width:180px;">
+    <div v-if="!isMenuHidden" class="brand" style="background-color:#004EA2;padding-top:7px;padding-left:20px;width:180px;">
       <router-link to="/">
         <img src="../assets/img/logo_dagang2.png" style="height:35px;" />
       </router-link>
     </div>
-    <div v-if="isMenuHidden" class="brand" style="background-color:#002140;padding-top:7px;padding-left:20px;width:36px;">
+    <div v-if="isMenuHidden" class="brand" style="background-color:#EAEDF1;padding-top:7px;padding-left:20px;width:36px;">
       <router-link to="/">
         <img src="../assets/img/title.png" style="height:35px;" />
       </router-link>
     </div>
-    <nav class="toolbar" style="margin-top: 3px;">
-      <img src="../assets/img/title_right.png" style="height:35px;padding-top:5px;" />
+    <nav class="toolbar" style="margin-top: 3px;background-color:#004EA2;">
+      <img src="../assets/img/gongfang_right.png" style="height:35px;padding-top:5px;" />
       <div style="margin: 10px 0px 0px 20px;"></div>
       <el-tag type="text" size="mini" style="margin-top:12px">{{department}}</el-tag>
 
-      <ul class="list" style="background: #FFF;color: blue">
-        <li class="item" style="background: #FFF">
-          <a style="font-size: 90%;background: #FFF;color: #1D8CE0; font-weight: bold" href="#" v-if="authUser">
+      <ul class="list" style="background: #004EA2;color: blue">
+        <li class="item" style="background: #004EA2">
+          <a style="font-size: 90%;background: #004EA2;color: #1D8CE0; font-weight: bold" href="#" v-if="authUser">
             <span style="margin-right: 20px;">
               <el-button type="text" icon="icon icon-shrink" v-if="fullscreen" @click="handleFullScreen"></el-button>
               <el-button type="text" icon="icon icon-enlarge" v-if="!fullscreen" @click="handleFullScreen"></el-button>
@@ -31,9 +31,9 @@
             <img v-if="authUser.Profile.Photo" style="background: #FFF; border: hidden" :src="'http://'+authUser.Profile.Host+authUser.Profile.Photo" class="avatar">
             <img v-else class="avatar" style="background: #FFF; border: hidden" src="~/assets/img/avatar.svg" :alt="authUser.name">
           </a>
-          <ul class="list" style="text-align: center;background: #FFF;">
+          <ul class="list" style="text-align: center;background: #004EA2;">
             <li class="item">
-              <router-link to="/usersetting" style="color: #1F2D3D; font-weight: bold">账户设置</router-link>
+              <router-link to="/usersetting" style="color: #004EA2; font-weight: bold">账户设置</router-link>
             </li>
             <li class="divider" style="color: ActiveBorder;"></li>
             <li class="item">

+ 1 - 1
src/dashoo.cn/frontend_web/src/components/sidebar.vue

@@ -19,7 +19,7 @@
       class="el-menu-vertical-demo"
       :router="true"
       default-active="/"
-      background-color="#001529"
+      background-color="#263238"
       text-color="#fff"
       active-text-color="#1890FF"
       :collapse-transition="false"