From 5471f297051a8f83558b643c31cee58f7893d131 Mon Sep 17 00:00:00 2001 From: tjz <415800467@qq.com> Date: Mon, 26 Feb 2018 22:24:12 +0800 Subject: [PATCH] fix demo style --- examples/index.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/index.less b/examples/index.less index 160407050..1c6eee6c3 100644 --- a/examples/index.less +++ b/examples/index.less @@ -59,3 +59,8 @@ right: 15px; top: 10px; } +.code-box-demo { + .ant-select { + margin: 0 8px 10px 0; + } +} \ No newline at end of file