mock平台

index.scss 414B

12345678910111213141516171819202122232425
  1. .case-env {
  2. .label {
  3. // width: 100%;
  4. text-align: right;
  5. padding-right: 8px;
  6. overflow: hidden;
  7. text-overflow: ellipsis;
  8. white-space: nowrap;
  9. }
  10. .label:after{
  11. content: ":";
  12. margin: 0 8px 0 2px;
  13. position: relative;
  14. top: -.5px;
  15. }
  16. .label-name {
  17. overflow: hidden;
  18. text-overflow: ellipsis;
  19. white-space: nowrap;
  20. }
  21. .env-item {
  22. margin-bottom: 16px;
  23. }
  24. }