From 7ab0f7538d6c766d87465cb819455ad9bbeb9480 Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 5 Nov 2015 18:07:24 +0800 Subject: [PATCH] update validation demo --- components/validation/demo/customize.md | 86 ++++++++++++------------- 1 file changed, 42 insertions(+), 44 deletions(-) diff --git a/components/validation/demo/customize.md b/components/validation/demo/customize.md index 74050a370c..07518ee45b 100644 --- a/components/validation/demo/customize.md +++ b/components/validation/demo/customize.md @@ -212,54 +212,52 @@ const Demo = React.createClass({ ReactDOM.render(, document.getElementById('components-validation-demo-customize')); ```` - +.ant-pwd-strength-high .ant-pwd-strength-item-3 { + background-color: #87D068; +} +```` -- GitLab