|
|
@@ -1,11 +1,11 @@
|
|
|
<template>
|
|
|
- <header class="header" style="background-color:#34393D;">
|
|
|
+ <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:#34393D;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>
|
|
|
@@ -15,14 +15,14 @@
|
|
|
<img src="../assets/img/title.png" style="height:35px;" />
|
|
|
</router-link>
|
|
|
</div>
|
|
|
- <nav class="toolbar" style="margin-top: 3px;background-color:#34393D;">
|
|
|
+ <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: #004EA2;color: blue">
|
|
|
- <li class="item" style="background: #34393D">
|
|
|
- <a style="font-size: 90%;background: #34393D;color: white; font-weight: bold" href="#" v-if="authUser">
|
|
|
+ <li class="item" style="background: #004EA2">
|
|
|
+ <a style="font-size: 90%;background: #004EA2;color: white; 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,7 +31,7 @@
|
|
|
<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: white; border: hidden" src="~/assets/img/avatar.svg" :alt="authUser.name">
|
|
|
</a>
|
|
|
- <ul class="list" style="text-align: center;background: #34393D;">
|
|
|
+ <ul class="list" style="text-align: center;background: #004EA2;">
|
|
|
<li class="item">
|
|
|
<router-link to="/system/usersetting" style="color: white; font-weight: bold">账户设置</router-link>
|
|
|
</li>
|