This commit is contained in:
zoujiandong 2025-03-21 16:02:17 +08:00
parent 125545ebda
commit 78ed17572a
2 changed files with 2 additions and 1 deletions

View File

@ -312,7 +312,7 @@ const onChange=(newIndex)=>{
}
.main {
position: relative;
z-index:-1;
z-index:-100;
padding-bottom: 15px;
opacity: 0;
width: 100%;

View File

@ -353,6 +353,7 @@ defineExpose({init,formatAnswer})
.main {
width: 100%;
position: relative;
z-index:0;
overflow: hidden;
.add {