您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
30 行
517 B
30 行
517 B
PropertyRow EnumField,
|
|
PropertyRow Label,
|
|
PropertyRow Toggle,
|
|
PropertyRow DoubleField {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
}
|
|
|
|
PropertyRow > #container{
|
|
flex-grow: 1;
|
|
padding-left: 8;
|
|
padding-right: 8;
|
|
flex-direction: row;
|
|
}
|
|
|
|
PropertyRow > #container > #label {
|
|
width: 75;
|
|
height: 24;
|
|
justify-content: center;
|
|
}
|
|
|
|
PropertyRow > #container > #label > Label {
|
|
margin-bottom: 3;
|
|
}
|
|
|
|
PropertyRow > #container > #content{
|
|
flex-grow: 1;
|
|
height: 24;
|
|
justify-content: center;
|
|
}
|