t-table.ttss 414 B

1234567891011121314151617181920212223242526
  1. .t-table.data-v-3d456fea {
  2. width: 100%;
  3. border: 1px #d0dee5 solid;
  4. border-left: none;
  5. border-top: none;
  6. box-sizing: border-box;
  7. border-radius: 10px;
  8. overflow: hidden;
  9. }
  10. .t-table.data-v-3d456fea t-tr {
  11. display: flex;
  12. }
  13. .t-table.data-v-3d456fea t-tr:nth-child(2n-1) {
  14. background: #BFF2FC;
  15. }
  16. .t-table.data-v-3d456fea t-tr:nth-child(2n) {
  17. /* background: #f5f5f5; */
  18. background: #ECFCFF;
  19. }