Merge branch 'dev'

This commit is contained in:
zoujiandong 2025-03-13 15:52:05 +08:00
commit bf9ae6a0ec
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<template>
<div class="main casemain" :class="{on: step == pageIndex }" :id="'pagemain'+pageIndex" v-show="step == pageIndex" >
<img src="../assets/bg.png" alt="" class="bg" />
<div class="dealbox">
<div class="dealbox" style="position: relative;z-index:1;background:transparent;">
<div class="prev" @click="switchPage(pageIndex - 1)">上一步</div>
</div>
<div class="content">
@ -356,7 +356,7 @@ const onChange=(newIndex)=>{
.bg {
width: 100%;
position: absolute;
z-index: -1;
z-index: 0;
}
.content {

View File

@ -219,7 +219,7 @@ onBeforeMount(() => {
.bg {
width: 100%;
position: absolute;
z-index: -1;
z-index: 0;
}
.content {