UTKPropertyItem 개선

This commit is contained in:
logonkhi
2026-02-04 20:31:52 +09:00
parent 8181eae4c6
commit c9af0d2d6f
202 changed files with 8337 additions and 3878 deletions

View File

@@ -0,0 +1,18 @@
/*
* UTKRadioPropertyItemViewUss.uss
* Radio PropertyItem View 전용 스타일
*/
.utk-property-item-view--radio {
/* Radio View 전용 스타일 */
}
.utk-property-item-view--radio .utk-property-item-view__radio-container {
flex-direction: row;
flex-wrap: wrap;
flex-grow: 1;
}
.utk-property-item-view--radio .utk-property-item-view__radio {
margin-right: 12px;
}