From f1c8dc70edf4e85fdde09ad32c9c970465eca428 Mon Sep 17 00:00:00 2001
From: ycjcl868 <45808948@qq.com>
Date: Wed, 25 Dec 2019 20:04:23 +0800
Subject: [PATCH] fix: result error icon demo
---
components/result/demo/error.md | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)
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;
+}
+```
+
+