diff --git a/src/apps/AppEpidemicSituation/Health.vue b/src/apps/AppEpidemicSituation/Health.vue index 43616888..e8af8f9c 100644 --- a/src/apps/AppEpidemicSituation/Health.vue +++ b/src/apps/AppEpidemicSituation/Health.vue @@ -38,12 +38,12 @@
@@ -246,7 +246,7 @@ export default {
.line1 {
height: 4px;
- background: #f3f6f9;
+ background: #f5f5f5;
}
.middle {
@@ -267,15 +267,15 @@ export default {
.line2 {
height: 8px;
- background: #f3f6f9;
+ background: #f5f5f5;
+ }
+
+ .line3 {
+ height: 6px;
+ background: #f5f5f5;
}
.bottoms {
- .line3 {
- height: 6px;
- background: #f3f6f9;
- }
-
.templates {
display: flex;
align-items: center;