index.less 214 B

12345678910111213
  1. @import '../../app.less';
  2. .module {
  3. background: #fff;
  4. border-radius: 12px;
  5. margin-bottom: 24px;
  6. box-shadow: 0 5px 6px 0 rgba(9, 9, 9, 0.05);
  7. overflow: hidden;
  8. >.filter {
  9. border-radius: 12px;
  10. }
  11. }