index.less 315 B

12345678910111213141516
  1. .table {
  2. width: 100%;
  3. td {
  4. padding: 10px;
  5. border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  6. }
  7. th {
  8. padding: 10px;
  9. color: #000000d9;
  10. font-weight: 500;
  11. text-align: left;
  12. background: #fafafa;
  13. border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  14. transition: background 0.3s ease;
  15. }
  16. }