|
@@ -30,7 +30,7 @@
|
|
: index < stepsNum
|
|
: index < stepsNum
|
|
? 'cl-blue'
|
|
? 'cl-blue'
|
|
: ''
|
|
: ''
|
|
- ">
|
|
|
|
|
|
+ ">
|
|
{{ i.nodeName }}
|
|
{{ i.nodeName }}
|
|
</span>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
@@ -47,7 +47,7 @@
|
|
<div class="load-btn-box">
|
|
<div class="load-btn-box">
|
|
<van-button size="small" type="primary" plain round v-for="i in approvalRecordData.buttonInfoList"
|
|
<van-button size="small" type="primary" plain round v-for="i in approvalRecordData.buttonInfoList"
|
|
:key="i.type" v-show="i.type != 1" @click="handleSubmit(i.type)">{{ i.name }}
|
|
:key="i.type" v-show="i.type != 1" @click="handleSubmit(i.type)">{{ i.name }}
|
|
- </van-button>
|
|
|
|
|
|
+ </van-button>
|
|
</div>
|
|
</div>
|
|
<div class="content">
|
|
<div class="content">
|
|
<div class="foot-btn-warp">
|
|
<div class="foot-btn-warp">
|
|
@@ -318,8 +318,7 @@ onMounted(async () => {
|
|
left: 0;
|
|
left: 0;
|
|
right: 0;
|
|
right: 0;
|
|
margin: 0;
|
|
margin: 0;
|
|
- z-index: 2;
|
|
|
|
-
|
|
|
|
|
|
+ z-index: 10002;
|
|
button {
|
|
button {
|
|
width: 48%;
|
|
width: 48%;
|
|
}
|
|
}
|