修改下一步按钮层级

This commit is contained in:
mengxiaolong
2020-08-05 11:36:10 +08:00
parent 97b27763f0
commit 11bfe539f6

View File

@@ -500,6 +500,10 @@ export default {
}
</script>
<style lang="scss" scoped>
.bottom-btn {
z-index: 1;
}
/deep/ .van-dialog__header {
padding-top: 1em;
}