update ui
This commit is contained in:
@@ -972,6 +972,7 @@ const TransmissionChainAnalysis = ({ eventId }) => {
|
||||
<CitedContent
|
||||
data={selectedNode.extra.description}
|
||||
title=""
|
||||
textColor={PROFESSIONAL_COLORS.text.primary}
|
||||
/>
|
||||
) : (
|
||||
`${selectedNode.extra.description}(AI合成)`
|
||||
@@ -1081,7 +1082,8 @@ const TransmissionChainAnalysis = ({ eventId }) => {
|
||||
data={parent.transmission_mechanism}
|
||||
title=""
|
||||
prefix="机制:"
|
||||
prefixStyle={{ fontSize: 12, color: '#666', fontWeight: 'bold' }}
|
||||
prefixStyle={{ fontSize: 12, color: PROFESSIONAL_COLORS.text.secondary, fontWeight: 'bold' }}
|
||||
textColor={PROFESSIONAL_COLORS.text.primary}
|
||||
containerStyle={{ marginTop: 8 }}
|
||||
showAIBadge={false}
|
||||
/>
|
||||
@@ -1136,7 +1138,8 @@ const TransmissionChainAnalysis = ({ eventId }) => {
|
||||
data={child.transmission_mechanism}
|
||||
title=""
|
||||
prefix="机制:"
|
||||
prefixStyle={{ fontSize: 12, color: '#666', fontWeight: 'bold' }}
|
||||
prefixStyle={{ fontSize: 12, color: PROFESSIONAL_COLORS.text.secondary, fontWeight: 'bold' }}
|
||||
textColor={PROFESSIONAL_COLORS.text.primary}
|
||||
containerStyle={{ marginTop: 8 }}
|
||||
showAIBadge={false}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user