소스 검색

fix background color error

jim 8 년 전
부모
커밋
62e77deafb
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/components/Sidebar/index.less

+ 2 - 0
src/components/Sidebar/index.less

@@ -29,6 +29,8 @@
 
 
 .content {
 .content {
   width: 336px;
   width: 336px;
+  height: 100%;
+  background: #fff;
   :global {
   :global {
     .ant-switch-checked {
     .ant-switch-checked {
       background-color: #87d068;
       background-color: #87d068;