seepine opened this issue 7 months ago · 0 comments
<template> <!-- 场景是在一个页面中模拟tabbar切换,因此需要使用这种做法,例如当前模拟切换在第二个tabbar --> <view style="width: 3*375px; transform: translateX(375px)"> <z-tabs :list="list" /> </view> </template>