Skip to content

Commit

Permalink
fix(module:demo): fix demo site performance
Browse files Browse the repository at this point in the history
related #187
  • Loading branch information
执衡 committed Sep 30, 2017
1 parent 7edba94 commit e134b4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/showcase/style/common.less
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e134b4d

Please sign in to comment.