mirror of https://gitee.com/answerdev/answer.git
fix: new user write promt style change
This commit is contained in:
parent
ca1fa1c2b5
commit
51c7dfae3b
|
@ -261,7 +261,7 @@ const Index: FC<Props> = ({ visible = false, data, callback }) => {
|
||||||
components={{ strong: <strong /> }}
|
components={{ strong: <strong /> }}
|
||||||
/>
|
/>
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul className="mb-0">
|
||||||
<li>{t('tips.li2_1')}</li>
|
<li>{t('tips.li2_1')}</li>
|
||||||
</ul>
|
</ul>
|
||||||
</Alert>
|
</Alert>
|
||||||
|
|
Loading…
Reference in New Issue