index.less 171 B

123456789
  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. }