patch.less 216 B

12345678
  1. .@{drawer-prefix-cls} {
  2. // Fix the issue of the drawer content shadow when the drawer is closed
  3. &:not(.@{drawer-prefix-cls}-open) {
  4. .@{drawer-prefix-cls}-content-wrapper {
  5. box-shadow: none;
  6. }
  7. }
  8. }