This commit is contained in:
shijingjing
2023-02-16 15:40:31 +08:00
parent 021cc97145
commit 1ab10e6f96

View File

@@ -1,6 +1,6 @@
<template>
<div class="AppLegalLearning">
<u-navbar title="法治学习" background="#f3f5f7" :is-back="false"></u-navbar>
<u-navbar title="法治学习" background="#f3f5f7" :is-back="false" title-bold></u-navbar>
<div class="tabs_box">
<u-tabs :list="tabs" font-size="32" bg-color="#f3f5f7" inactive-color="#999999"
:active-item-style="{color: '#222222'}" :is-scroll="true" :current="currIndex" @change="(i) => (currIndex = i)"> </u-tabs>