导航栏标题字体

This commit is contained in:
liuye
2023-05-31 09:32:01 +08:00
parent 5bd15e121d
commit 4c3f246e23
2 changed files with 5 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="AppCircle">
<u-navbar :is-back="true" title="邻里互助" title-color="#fff" title-width="300" title-size="32" :background="background" :title-bold="true" back-icon-color="#fff"></u-navbar>
<u-navbar :is-back="true" title="邻里互助" title-color="#fff" title-width="300" title-size="28" :background="background" back-icon-color="#fff"></u-navbar>
<div class="header">
<div class="top">
<div class="left">

View File

@@ -1,6 +1,6 @@
<template>
<div class="AppConvenientService">
<u-navbar :is-back="false" title="便民服务" title-color="#fff" title-width="300" title-size="32" :background="backgroundNavbar" :title-bold="true"></u-navbar>
<u-navbar :is-back="false" title="便民服务" title-color="#fff" title-width="300" title-size="28" :background="backgroundNavbar"></u-navbar>
<div class="card-list">
<div class="card" v-for="(item,index) in list" :key="index">
<h2>{{ $dict.getLabel('homeConfigMenuType', index) }}</h2>
@@ -119,5 +119,8 @@ export default {
}
}
::v-deep .u-status-bar {
color: #fff!important;
}
}
</style>