浏览代码

chore: use @layout-body-background

bzone 7 年之前
父节点
当前提交
74b1a284cc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/layouts/UserLayout.less

+ 1 - 1
src/layouts/UserLayout.less

@@ -5,7 +5,7 @@
   flex-direction: column;
   flex-direction: column;
   height: 100vh;
   height: 100vh;
   overflow: auto;
   overflow: auto;
-  background: #f0f2f5;
+  background: @layout-body-background;
 }
 }
 
 
 .content {
 .content {