content.less 308 B

123456789101112131415161718192021
  1. // .set-content {
  2. // background: rgb(32, 33, 36);
  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. // }