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; } } }