添加height:0px.
This commit is contained in:
parent
78ed17572a
commit
728b72b2ca
@ -309,12 +309,16 @@ const onChange=(newIndex)=>{
|
||||
opacity: 1;
|
||||
position: relative;
|
||||
z-index:0;
|
||||
height:auto;
|
||||
}
|
||||
.main {
|
||||
.casemain{
|
||||
position: relative;
|
||||
z-index:-100;
|
||||
padding-bottom: 15px;
|
||||
height:0px;
|
||||
opacity: 0;
|
||||
}
|
||||
.main {
|
||||
padding-bottom: 15px;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
background: #fff;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user