style.css 94 B

1234567891011
  1. .count_table{
  2. table-layout: fixed;
  3. }
  4. .count_table > td {
  5. word-break: break-all;
  6. }