Commit b9b7d099 authored by “yiyousong”'s avatar “yiyousong”

pref:修改头部

parent ca9f671f
<template> <template>
<div class="header flex aic jcb"> <div class="header flex aic jcb">
<div class="left flex aic"> <div class="left flex aic">
<!-- <img <img
class="pointer" class="pointer mr10"
width="32" width="32"
src="../../../assets/img/logo.png" src="../../../assets/img/logo.png"
alt="LOGO" alt="LOGO"
@click="handleGoHome" @click="handleGoHome"
/> --> />
<h1 class="title pointer" @click="handleGoHome"> <h1 class="title pointer" @click="handleGoHome">样表管理系统</h1>
智慧政务一体化综合管理平台
</h1>
<HeaderSite class="mr50 ml20"></HeaderSite> <HeaderSite class="mr50 ml20"></HeaderSite>
<!-- 导航 --> <!-- 导航 -->
<el-menu <el-menu
:default-active="activeMenu" :default-active="activeMenu"
mode="horizontal" mode="horizontal"
router router
background-color="#2681e8"
text-color="rgba(254, 254, 254, 0.65)" text-color="rgba(254, 254, 254, 0.65)"
> >
<el-menu-item v-for="v in meuns" :key="v.path" :index="v.path"> <el-menu-item v-for="v in meuns" :key="v.path" :index="v.path">
...@@ -75,12 +72,11 @@ export default { ...@@ -75,12 +72,11 @@ export default {
height: 64px; height: 64px;
width: 100%; width: 100%;
padding: 0px 24px; padding: 0px 24px;
background-color: #2681e8; // background-color: #2681e8;
// background: linear-gradient(90deg, #1845c6 0%, #2999ff 100%); background: linear-gradient(90deg, #1845c6 0%, #2999ff 100%);
color: #fff; color: #fff;
.title { .title {
font-size: 16px; font-size: 20px;
font-weight: 500;
} }
.back-btn { .back-btn {
a { a {
...@@ -90,25 +86,31 @@ export default { ...@@ -90,25 +86,31 @@ export default {
} }
} }
/deep/.el-menu { /deep/.el-menu {
height: 64px !important;
border: none !important; border: none !important;
background-color: transparent; background-color: transparent;
} }
/deep/.el-menu-item { /deep/.el-menu-item {
border: none !important; height: 100% !important;
// border: none !important;
display: flex; display: flex;
align-items: center; align-items: center;
i { i {
color: rgba(254, 254, 254, 0.65); color: rgba(254, 254, 254, 0.65);
} }
&:hover { &:hover {
background-color: #2681e8 !important; background-color: transparent !important;
// background-color: #2681e8 !important;
color: #fff !important; color: #fff !important;
border-bottom: 2px solid #fff !important;
} }
} }
/deep/.is-active { /deep/.is-active {
border: none !important; border: none !important;
border-bottom: 2px solid #fff !important;
color: #fff !important; color: #fff !important;
background-color: #1890ff !important; background-color: transparent !important;
// background-color: #2681e8 !important;
} }
</style> </style>
\ No newline at end of file
...@@ -239,7 +239,7 @@ export default { ...@@ -239,7 +239,7 @@ export default {
} }
.ant-dropdown-link { .ant-dropdown-link {
padding: 0 20px; padding: 0 20px;
font-size: 14px; font-size: 16px;
display: inline-block; display: inline-block;
color: #fff; color: #fff;
cursor: pointer; cursor: pointer;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment