diff --git a/src/views/home/home_homePage.vue b/src/views/home/home_homePage.vue index a4b0656..ab63955 100644 --- a/src/views/home/home_homePage.vue +++ b/src/views/home/home_homePage.vue @@ -50,9 +50,7 @@
-

- 报警信息 -

+

报警信息

@@ -372,11 +370,11 @@ height: 70px; display: flex; .ListTopImg { - width: 15%; height: 70px; display: flex; justify-content: center; align-items: center; + margin: 0px 30px; // background: red; } .ListTopP { @@ -384,6 +382,10 @@ height: 70px; display: flex; align-items: center; + font-family: Source Han Sans CN; + font-weight: bold; + font-size: 28px; + color: #157fff; // background: red; } }