Commit 58e79dee authored by 13841799530's avatar 13841799530

标签页滚动效果

解润东
2021110203
parent 1999bc96
......@@ -11,7 +11,7 @@
<template>
<div>
<LHeader v-bind:text="text"></LHeader>
<van-tabs v-model="active">
<van-tabs v-model="active" :swipe-threshold="3" >
<van-tab v-for="(item,index) in tableData" :key="index" :title="item.title">
<table border="1" cellspacing="0">
<thead>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment