Sfoglia il codice sorgente

fix missing background color

ddcat1115 8 anni fa
parent
commit
2d83ca7fae
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/layouts/UserLayout.less

+ 1 - 0
src/layouts/UserLayout.less

@@ -4,6 +4,7 @@
   display: flex;
   flex-direction: column;
   min-height: 100%;
+  background: #f0f2f5;
 }
 
 .content {