style(@vant/cli): improve mobile style in dark mode

This commit is contained in:
chenjiahan
2022-01-27 11:00:38 +08:00
parent 98b999d911
commit f5c32c29f1
15 changed files with 16 additions and 30 deletions
+5 -1
View File
@@ -45,8 +45,12 @@ body {
min-width: 100vw;
}
.van-doc-theme-light {
background-color: var(--van-doc-gray-1);
}
.van-doc-theme-dark {
background-color: #000;
background-color: var(--van-doc-black);
}
::-webkit-scrollbar {