diff --git a/components/result/demo/error.md b/components/result/demo/error.md index 3ef91047b5..631dc3e652 100644 --- a/components/result/demo/error.md +++ b/components/result/demo/error.md @@ -43,15 +43,27 @@ ReactDOM.render( - Your account has been frozen + Your account has been frozen Thaw immediately > - Your account is not yet eligible to apply{' '} - Apply Unlock > + Your account is not yet + eligible to apply Apply Unlock > , mountNode, ); ``` + +```css +.site-result-demo-error-icon { + color: red; +} +``` + +