暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

HlslFunctionView.uss 650B

123456789101112131415161718192021222324252627282930313233343536373839
  1. HlslFunctionView {
  2. margin-top: 2;
  3. margin-bottom: 2;
  4. margin-left: 4;
  5. margin-right: 4;
  6. }
  7. HlslFunctionView > #Row {
  8. flex-direction: row;
  9. flex-grow: 1;
  10. margin-top: 2;
  11. margin-bottom: 2;
  12. margin-left: 4;
  13. margin-right: 4;
  14. }
  15. .unity-label {
  16. width: 80;
  17. margin-top: 0;
  18. margin-bottom: 0;
  19. }
  20. .unity-base-field {
  21. flex-direction: column;
  22. flex-grow: 1;
  23. margin-top: 0;
  24. margin-bottom: 0;
  25. }
  26. .unity-base-text-field__input {
  27. flex-direction: column;
  28. flex-grow: 1;
  29. -unity-text-align: upper-left;
  30. overflow: hidden;
  31. }
  32. .unity-base-text-field__input--multiline {
  33. align-self: stretch;
  34. }