Parcourir la source

fix background color error

jim il y a 7 ans
Parent
commit
62e77deafb
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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;