From b5005136cbbe7821627ac29853da52dbfb0d7c39 Mon Sep 17 00:00:00 2001 From: ZHD <123456> Date: Sat, 23 May 2020 22:05:30 +0800 Subject: [PATCH] fix:ui --- src/app/account/login/login.component.html | 2 +- src/app/forum/notice/notice.component.html | 2 +- src/styles.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/account/login/login.component.html b/src/app/account/login/login.component.html index 658f29f..2bf3cdc 100644 --- a/src/app/account/login/login.component.html +++ b/src/app/account/login/login.component.html @@ -1,6 +1,6 @@
-
+
Pocket community
Redefining your community life
diff --git a/src/app/forum/notice/notice.component.html b/src/app/forum/notice/notice.component.html index f2cf5bd..b68008d 100644 --- a/src/app/forum/notice/notice.component.html +++ b/src/app/forum/notice/notice.component.html @@ -1,6 +1,6 @@
-
+
diff --git a/src/styles.scss b/src/styles.scss index 0dfeb68..dae0fb6 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -2,7 +2,7 @@ @import '../node_modules/bootstrap/scss/bootstrap'; body{ - background: rgb(80, 138, 202); + background: #eee; } // 自定义 navBar 背景色 .bg-light-self {