content.less 298 B

1234567891011121314151617
  1. .set-content {
  2. background: #fff;
  3. padding: 20px;
  4. .set-title {
  5. >span {
  6. font-size: 16px;
  7. color: #333;
  8. }
  9. >button {
  10. float: right;
  11. margin-right: 20px;
  12. }
  13. }
  14. .member-table {
  15. margin-top: 20px;
  16. }
  17. }