提交 832ff83c 编写于 作者: “grape”'s avatar “grape”

2022/10/10

上级 a3d68992
......@@ -8,9 +8,11 @@
-->
<template>
<!-- <div> -->
<div class="d-tattle" >
<scroller-view v-calculate-height :height="10000" >
<div class="litterParam" v-for="(item, index) in litterParam" :key="index" >
<div class="d-tattle" >
<!-- <scroller-view v-calculate-height :height="10000" > -->
<div style="overflow-y: scroll; height:45vh;">
<div style=" padding-bottom: 150px;">
<div class="litterParam" v-for="(item, index) in litterParam" :key="index" >
<van-row class="vanrow" @click="litterParamClick(item)">
<van-col span="20" class="priductName">
<svg class="icon" aria-hidden="true">
......@@ -26,15 +28,16 @@
</van-col>
</van-row>
</div>
<van-row type="flex">
<van-row type="flex">
<van-col span="24">
<van-button native-type="button"
style="width: 92%; height: 36px; margin:20px 4%; background-color: #3672F1;border-radius: 5px; border-color: #3672F1"
style=" width: 92%; height: 36px; margin:20px 4%; background-color: #3672F1;border-radius: 5px; border-color: #3672F1"
type="primary" block @click="exit">退出</van-button>
</van-col>
</van-row>
</scroller-view>
</div>
</div>
<!-- </scroller-view> -->
</div>
</template>
......@@ -55,6 +58,15 @@ export default class LittleCard extends Vue {
this.$emit("litterParamClick",item);
}
// created(){
// document.addEventListener('touchmove', event => { event.preventDefault() }, { passive: false })
// }
// activated(){
// document.addEventListener('touchmove', event => { event.preventDefault() }, { passive: false })
// }
exit(){
this.$router.replace("login");
}
......
......@@ -14,7 +14,7 @@
<div class="roolsolt">
<div class="rool" style="  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); border-radius: 12px; padding-bottom:20px">
<div class="rool" style="  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); border-radius: 0px 0px 12px 12px; padding-bottom:20px">
<van-row type="flex">
<van-col span="24" class="title">最高贷款额度</van-col>
</van-row>
......@@ -94,7 +94,15 @@ export default class ProductCard extends Vue {
path: "/Recognition",
})
}
}
</script>
<style scoped lang="scss">
.div {}
......
......@@ -53,7 +53,7 @@ export default class ProductDetails extends Vue {
width: 90%;
height: 30%;
/* margin: 2% auto; */
border-radius: 15px;
border-radius: 12px 12px 0px 0px ;
/* display: flex; */
font-weight: 400;
font-style: normal;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册