您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
24 行
353 B
24 行
353 B
EnumControlView {
|
|
flex-direction: row;
|
|
align-items: center;
|
|
}
|
|
|
|
.unity-base-field {
|
|
width: 80;
|
|
flex:1;
|
|
margin-top: 4;
|
|
margin-bottom: 4;
|
|
}
|
|
|
|
.unity-base-field__input {
|
|
flex:1;
|
|
margin-left: 0;
|
|
margin-right: 8;
|
|
}
|
|
|
|
EnumControlView > Label {
|
|
width: 94;
|
|
text-alignment: middle-left;
|
|
margin-left: 8;
|
|
margin-right: 8;
|
|
}
|