Przeglądaj źródła

fix missing background color

ddcat1115 8 lat temu
rodzic
commit
2d83ca7fae
1 zmienionych plików z 1 dodań i 0 usunięć
  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 {