home.css 290 B

123456789101112131415161718192021222324252627
  1. #item_id {
  2. width: 3%;
  3. }
  4. #expect_code, #timeout, #creator, #note, #edit {
  5. width: 10%;
  6. }
  7. #team_name {
  8. width: 15%;
  9. }
  10. #item_target {
  11. width: 30%;
  12. word-wrap:break-word;
  13. word-break:break-all;
  14. }
  15. .edit_icon {
  16. text-decoration:none;
  17. }
  18. .cut-line {
  19. margin: 0 5px;
  20. color: #D6D6D6;
  21. }