src/setter/style-setter/components/row/index.less (36 lines of code) (raw):

.row-container { display: flex; flex-direction: row; align-items: center; margin-bottom: 10px; .title-contaienr { width: 50px; flex-direction: row; line-height: 1; } .title-contaienr-long { width: 55px; flex-direction: row; line-height: 1; } .title-text { color: rgba(0, 0, 0, 0.6); font-size: 12px; } .title-text-active { color: #5584ff; font-size: 12px; } .content-container { display: flex; flex-wrap: wrap; flex: 1; .next-radio-group.next-radio-button .next-radio-wrapper { margin-right: 0; display: flex; flex: 1; align-items: center; justify-content: center; } } }