Browse Source

Merge branch 'v4' of https://github.com/jdf2e/nutui into v4

richard1015 3 years ago
parent
commit
e7fb26205a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/sites/doc/components/Header.vue

+ 1 - 1
src/sites/doc/components/Header.vue

@@ -399,7 +399,7 @@ export default defineComponent({
   }
   // 黑色
   &-black {
-    background: $black;
+    background: black;
     color: $theme-black-word;
     border-bottom: 1px solid $theme-black-box-border;
     .header {