添加height:0px.

This commit is contained in:
zoujiandong 2025-03-24 14:07:42 +08:00
parent 78ed17572a
commit 728b72b2ca

View File

@ -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;