fix: copy style adjustment

This commit is contained in:
shuai 2022-10-08 11:14:27 +08:00
parent 89e0a837e6
commit 803f1663c9
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ const Index: FC<Props> = ({ data }) => {
<div>
{data.operation_msg.indexOf('http') > -1 ? (
<p>
{data.operation_description}
{data.operation_description}{' '}
<a href={data.operation_msg} style={{ color: '#055160' }}>
<strong>{t('question_detail.show_exist')}</strong>
</a>