Browse Source

fix(overlay): modify overlay background style

suzigang 4 years ago
parent
commit
66a7867a68
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/packages/__VUE/overlay/index.scss

+ 1 - 1
src/packages/__VUE/overlay/index.scss

@@ -14,7 +14,7 @@
   left: 0;
   width: 100%;
   height: 100%;
-  background-color: $overlay-bg-color;
+  background: $overlay-bg-color;
 }
 
 .nut-overflow-hidden {