Skip to content

Commit

Permalink
fix(accordion): AtAccordion折叠起来保留内容区的高度 fix #629
Browse files Browse the repository at this point in the history
  • Loading branch information
jimczj committed Jun 12, 2019
1 parent fc20d35 commit 19e2ea3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/style/components/accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
&--inactive {
position: absolute;
visibility: hidden;
height: 0;
z-index: -10;
}
}
Expand Down

0 comments on commit 19e2ea3

Please sign in to comment.