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

2022/10/10

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