|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <div style="width: 100%;height: 62px;display: flex;justify-content:space-around;box-shadow: 0 3px 7px 0 rgba(0,0,0,0.09);position:fixed;left: 0;background-color: #0d4dc9">
|
|
|
+ <div style="width: 100%;height: 62px;display: flex;justify-content:space-around;box-shadow: 0 3px 7px 0 rgba(0,0,0,0.09);position:fixed;left: 0;background-color: #2A328E">
|
|
|
<!-- <el-menu-->
|
|
|
<!-- :default-active="activeIndex"-->
|
|
|
<!-- class="el-menu-demo"-->
|
|
@@ -13,7 +13,7 @@
|
|
|
mode="horizontal"
|
|
|
@select="handleSelect"
|
|
|
active-text-color="#fff"
|
|
|
- background-color="#0d4dc9"
|
|
|
+ background-color="#2A328E"
|
|
|
text-color="#fff"
|
|
|
>
|
|
|
<img src="../../assets/logo.png" alt="" style="float: left;width: 4%;margin-top: 10px">
|