@@ -3,8 +3,7 @@
<van-tabs
:active="active"
type="line"
- line-width="30px"
- line-height="1px"
+ line-height="0px"
@click="childChange"
>
<!-- 子目录 -->
@@ -1,6 +1,6 @@
<template>
<div>
- <van-tabs :active="active" @click="rootChange">
+ <van-tabs :active="active" @click="rootChange" line-width="10px">
<!-- 根目录 -->
<van-tab
v-for="(item, index) in learnRootList"