소스 검색

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;
   height: 100vh;
   overflow: auto;
-  background: #f0f2f5;
+  background: @layout-body-background;
 }
 
 .content {