|  |  |  | 
|---|
|  |  |  | </ListItemAvatar> | 
|---|
|  |  |  | <ListItemText | 
|---|
|  |  |  | primary={<> | 
|---|
|  |  |  | <Typography | 
|---|
|  |  |  | variant="body1" | 
|---|
|  |  |  | color="textPrimary" | 
|---|
|  |  |  | component="span" | 
|---|
|  |  |  | > | 
|---|
|  |  |  | {record.taskType$} | 
|---|
|  |  |  | </Typography> | 
|---|
|  |  |  | <Stack direction={'row'}> | 
|---|
|  |  |  | <Typography | 
|---|
|  |  |  | variant="body1" | 
|---|
|  |  |  | color="textSecondary" | 
|---|
|  |  |  | component="span" | 
|---|
|  |  |  | sx={{ fontWeight: '600' }} | 
|---|
|  |  |  | > | 
|---|
|  |  |  | {record.taskType$} | 
|---|
|  |  |  | </Typography> | 
|---|
|  |  |  | <Typography | 
|---|
|  |  |  | variant="caption" | 
|---|
|  |  |  | color="textSecondary" | 
|---|
|  |  |  | component="span" | 
|---|
|  |  |  | > | 
|---|
|  |  |  |  -  {record.taskTypeEl} | 
|---|
|  |  |  | </Typography> | 
|---|
|  |  |  | </Stack> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | </>} | 
|---|
|  |  |  | secondary={ | 
|---|
|  |  |  | <> | 
|---|
|  |  |  | 
|---|
|  |  |  | variant="body2" | 
|---|
|  |  |  | color="textSecondary" | 
|---|
|  |  |  | component="span" | 
|---|
|  |  |  | sx={{ fontWeight: 'bold' }} | 
|---|
|  |  |  | > | 
|---|
|  |  |  | {record.taskSts$} | 
|---|
|  |  |  | </Typography> | 
|---|
|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | export const rcsLightTheme = { | 
|---|
|  |  |  | typography: { | 
|---|
|  |  |  | // fontFamily: `'Microsoft YaHei', Arial, sans-serif`, | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | palette: { | 
|---|
|  |  |  | primary: { | 
|---|
|  |  |  | main: `${MAIN_COLOR}`, | 
|---|