浏览代码

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

richard1015 3 年之前
父节点
当前提交
e7fb26205a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 {
   &-black {
-    background: $black;
+    background: black;
     color: $theme-black-word;
     color: $theme-black-word;
     border-bottom: 1px solid $theme-black-box-border;
     border-bottom: 1px solid $theme-black-box-border;
     .header {
     .header {