浏览代码

fix background color error

jim 7 年之前
父节点
当前提交
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;