:background="{background: '#f4f6fa'}"

This commit is contained in:
shijingjing
2023-02-17 14:42:58 +08:00
parent fb117a21c5
commit bce5db8e41

View File

@@ -1,6 +1,6 @@
<template>
<div class="AppLegalLearning">
<u-navbar title="法治学习" background="#fff" :is-back="false" title-bold></u-navbar>
<u-navbar title="法治学习" :background="{background: '#f4f6fa'}" :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>