index.less 560 B

12345678910111213141516171819202122232425262728293031
  1. .cip-url-editor{
  2. display: flex;
  3. background: #fff;
  4. &__protocol{
  5. width: 100px;
  6. flex-shrink: 0;
  7. .@{elNamespace}-input__inner{
  8. border-bottom-right-radius: 0;
  9. border-top-right-radius: 0;
  10. border-right-width: 0;
  11. }
  12. }
  13. &__host{
  14. width: 400px;
  15. }
  16. &__port{
  17. width: 200px;
  18. }
  19. &__host, &__port{
  20. .@{elNamespace}-input__inner{
  21. border-radius: 0;
  22. border-right-width: 0;
  23. }
  24. }
  25. &__path{
  26. .@{elNamespace}-input__inner{
  27. border-bottom-left-radius: 0;
  28. border-top-left-radius: 0;
  29. }
  30. }
  31. }