Skip to content

Commit 2d547d2

Browse files
committed
debug mainheader styles
1 parent e6754c2 commit 2d547d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/layout/components/MainHeader.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@
8181
background: #24292f;
8282
/*background:#304156;*/
8383
box-shadow: 0 1px 4px rgba(0, 21, 41, .08);
84-
padding:16px 32px;
84+
padding: 4px 32px;
8585
.left-menu {
8686
float: left;
8787
height: 100%;
8888
/*line-height: 30px;*/
89-
89+
padding:10px 1px;
9090
9191
&:focus {
9292
outline: none;
@@ -146,7 +146,7 @@
146146
.right-menu-item {
147147
display: inline-block;
148148
padding: 0 8px;
149-
height: 100%;
149+
margin: 8px 0;
150150
font-size: 18px;
151151
color: #5a5e66;
152152
vertical-align: text-bottom;

0 commit comments

Comments
 (0)