导航栏标题字体
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user