log.wxss 212 B

12345678910111213141516
  1. page {
  2. background: #fff;
  3. }
  4. .log-item{
  5. width: 600rpx;
  6. white-space: nowrap;
  7. overflow: hidden;
  8. text-overflow: ellipsis;
  9. }
  10. .task-info-txt{
  11. overflow: hidden;
  12. text-overflow: ellipsis;
  13. color: orange;
  14. }