Sanakey
6 天以前 cb165187ddcf5d9cfd8aad97a2868d0343b14bd9
src/components/NewSchedule/src/scheduleFormData.tsx
@@ -102,7 +102,7 @@
              colors.map((item) => {
                return <RadioButton class="mr-5px" value={item.type_id} onChange={onChange}
                                    style={{backgroundColor: item.color,borderColor:item.color}}>
                  <span class={ model[field] === item.type_id ?'':'c-white select-none op0'}>✓</span>
                  <span class={'c-white' + (model[field] === item.type_id ?'':' select-none op0')}>✓</span>
                </RadioButton>;
              })
            }