fix(cli): change site header width (#5928)

This commit is contained in:
Simmzl
2020-03-27 18:00:51 +08:00
committed by GitHub
parent 9d1b4d0a3e
commit 928b5875de

View File

@@ -140,6 +140,7 @@ export default {
.van-doc-header {
width: 100%;
background-color: #001938;
user-select: none;
&__top {
@@ -148,7 +149,6 @@ export default {
height: @van-doc-header-top-height;
padding: 0 @van-doc-padding;
line-height: @van-doc-header-top-height;
background-color: #001938;
&-nav {
flex: 1;