From 94ffc69ddf504c8a4654cf7802ba85bc40884d44 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Tue, 5 Jul 2022 08:32:57 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/xicheng/AppMerchanGird/AppMerchanGird.vue | 4 ++-- .../xicheng/AppMerchanStatistics/AppMerchanStatistics.vue | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/project/xicheng/AppMerchanGird/AppMerchanGird.vue b/src/project/xicheng/AppMerchanGird/AppMerchanGird.vue index 05e180be..863940ad 100644 --- a/src/project/xicheng/AppMerchanGird/AppMerchanGird.vue +++ b/src/project/xicheng/AppMerchanGird/AppMerchanGird.vue @@ -21,7 +21,7 @@
{{ item.name }}
{{ item.checkType == 2 ? '网格长' : '网格员' }}
- 责任商户 > + 网格成员 >

{{ item.girdName }}

@@ -35,7 +35,7 @@
{{ item.name }} {{ item.checkType == 2 ? '网格长' : '网格员' }} - 责任商户 > + 网格成员 >

{{ item.girdName }}

diff --git a/src/project/xicheng/AppMerchanStatistics/AppMerchanStatistics.vue b/src/project/xicheng/AppMerchanStatistics/AppMerchanStatistics.vue index 74cbf87b..83b80371 100644 --- a/src/project/xicheng/AppMerchanStatistics/AppMerchanStatistics.vue +++ b/src/project/xicheng/AppMerchanStatistics/AppMerchanStatistics.vue @@ -337,9 +337,9 @@ & > h2 { margin-bottom: 16px; text-align: center; - color: #ccc; - font-size: 26px; - font-weight: normal; + color: #1365DD; + font-size: 32px; + font-weight: 600; } } }