瀏覽代碼

fix missing background color

ddcat1115 8 年之前
父節點
當前提交
2d83ca7fae
共有 1 個文件被更改,包括 1 次插入0 次删除
  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 {