Commit 7e2c7251 authored by lixy's avatar lixy

导航栏样式调整

parent ad826819
<template> <template>
<section class="app-main" style="min-height: 100%"> <section class="app-main" style="min-height: 100%;padding-top:20px;">
<transition name="fade" mode="out-in"> <transition name="fade" mode="out-in">
<router-view :key="key"></router-view> <router-view :key="key"></router-view>
</transition> </transition>
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
.app-levelbar.el-breadcrumb { .app-levelbar.el-breadcrumb {
display: inline-block; display: inline-block;
font-size: 14px; font-size: 14px;
line-height: 50px; line-height: 70px;
margin-left: 10px; margin-left: 10px;
.no-redirect { .no-redirect {
color: #97a8be; color: #97a8be;
......
...@@ -72,12 +72,12 @@ export default { ...@@ -72,12 +72,12 @@ export default {
-moz-box-shadow:1px 1px 3px #ccc; -webkit-box-shadow:1px 1px 3px #ccc; box-shadow:1px 1px 3px #ccc; -moz-box-shadow:1px 1px 3px #ccc; -webkit-box-shadow:1px 1px 3px #ccc; box-shadow:1px 1px 3px #ccc;
} }
.navbar { .navbar {
height: 50px; height: 70px;
line-height: 50px; line-height: 70px;
border-radius: 0 !important; border-radius: 0 !important;
.hamburger-container { .hamburger-container {
line-height: 58px; line-height: 78px;
height: 50px; height: 70px;
float: left; float: left;
padding: 0 10px; padding: 0 10px;
} }
...@@ -89,17 +89,17 @@ export default { ...@@ -89,17 +89,17 @@ export default {
.screenfull { .screenfull {
position: absolute; position: absolute;
right: 90px; right: 90px;
top: 16px; top: 26px;
color: red; color: red;
} }
.avatar-container { .avatar-container {
height: 50px; height: 70px;
display: inline-block; display: inline-block;
position: absolute; position: absolute;
right: 35px; right: 35px;
.avatar-wrapper { .avatar-wrapper {
cursor: pointer; cursor: pointer;
margin-top: 5px; margin-top: 10px;
position: relative; position: relative;
.user-avatar { .user-avatar {
width: 40px; width: 40px;
......
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