@@ -102,6 +102,7 @@ $bg_color: #3c64dc;
.navbar {
height: 50px;
+ box-shadow: 0 1px 4px rgba(0,21,41,.08);
overflow: hidden;
position: relative;
background: #fff;
@@ -203,7 +203,7 @@ export default {
width: 100%;
border-bottom: 1px solid #d8dce5;
- box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 0 3px 0 rgba(0, 0, 0, .04);
+ // box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 0 3px 0 rgba(0, 0, 0, .04);
.tags-view-wrapper {
.tags-view-item {
display: inline-block;
@@ -8,7 +8,7 @@
<sidebar class="sidebar-container" />
<div :class="{ hasTagsView: needTagsView }" class="main-container">
- <div style="height: 50px">
+ <div style="height: 85px">
<div :class="{ 'fixed-header': fixedHeader }">
<navbar />