mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-10-03 23:39:58 +08:00
fix(cli): change site header width (#5928)
This commit is contained in:
parent
9d1b4d0a3e
commit
928b5875de
@ -140,6 +140,7 @@ export default {
|
|||||||
|
|
||||||
.van-doc-header {
|
.van-doc-header {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
background-color: #001938;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
|
||||||
&__top {
|
&__top {
|
||||||
@ -148,7 +149,6 @@ export default {
|
|||||||
height: @van-doc-header-top-height;
|
height: @van-doc-header-top-height;
|
||||||
padding: 0 @van-doc-padding;
|
padding: 0 @van-doc-padding;
|
||||||
line-height: @van-doc-header-top-height;
|
line-height: @van-doc-header-top-height;
|
||||||
background-color: #001938;
|
|
||||||
|
|
||||||
&-nav {
|
&-nav {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user