Commit 7e2c7251 authored by lixy's avatar lixy

导航栏样式调整

parent ad826819
<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">
<router-view :key="key"></router-view>
</transition>
......
......@@ -39,7 +39,7 @@
.app-levelbar.el-breadcrumb {
display: inline-block;
font-size: 14px;
line-height: 50px;
line-height: 70px;
margin-left: 10px;
.no-redirect {
color: #97a8be;
......
......@@ -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;
}
.navbar {
height: 50px;
line-height: 50px;
height: 70px;
line-height: 70px;
border-radius: 0 !important;
.hamburger-container {
line-height: 58px;
height: 50px;
line-height: 78px;
height: 70px;
float: left;
padding: 0 10px;
}
......@@ -89,17 +89,17 @@ export default {
.screenfull {
position: absolute;
right: 90px;
top: 16px;
top: 26px;
color: red;
}
.avatar-container {
height: 50px;
height: 70px;
display: inline-block;
position: absolute;
right: 35px;
.avatar-wrapper {
cursor: pointer;
margin-top: 5px;
margin-top: 10px;
position: relative;
.user-avatar {
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