index.less 261 B

1234567891011121314151617181920
  1. @charset "utf-8";
  2. #my-message {
  3. .table-layout {
  4. padding: 20px 30px;
  5. .user-action {
  6. border-bottom: 0;
  7. border-top: 1px solid #eee;
  8. }
  9. .user-table {
  10. font-size: 12px;
  11. td {
  12. vertical-align: top;
  13. }
  14. }
  15. }
  16. }