From 2e88b56803b258976e8e817b50e9b07cc66fe5a3 Mon Sep 17 00:00:00 2001 From: VTHINKXIE Date: Fri, 29 Sep 2017 22:44:59 -0500 Subject: [PATCH] fix(module:demo): fix demo site performance (#403) related #187 --- src/showcase/style/common.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/showcase/style/common.less b/src/showcase/style/common.less index 1754d3dca53..27494f1deca 100644 --- a/src/showcase/style/common.less +++ b/src/showcase/style/common.less @@ -36,13 +36,13 @@ a { .main-wrapper { background: #fff; margin: 0 48px; - border-radius: 4px; + //border-radius: 4px; overflow: hidden; padding: 24px 0 0; - position: relative; + //position: relative; margin-bottom: 24px; // TODO remove will cause update layer tree - box-shadow: 1px 1px 5px 2px transparent; + //box-shadow: 1px 1px 5px 2px transparent; } div.main-container {