Quellcode durchsuchen

fix background color error

jim vor 7 Jahren
Ursprung
Commit
62e77deafb
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      src/components/Sidebar/index.less

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

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