From 129267dd524b12bb943b3d1550efc6e9a11679a6 Mon Sep 17 00:00:00 2001 From: mozzie Date: Tue, 21 Mar 2023 11:08:16 +0800 Subject: [PATCH] feat: login page --- apps/web/src/view/Login/index.less | 5 ----- apps/web/src/view/Login/index.tsx | 9 --------- 2 files changed, 14 deletions(-) diff --git a/apps/web/src/view/Login/index.less b/apps/web/src/view/Login/index.less index 3fe1834..222f0a5 100644 --- a/apps/web/src/view/Login/index.less +++ b/apps/web/src/view/Login/index.less @@ -3,11 +3,6 @@ flex-direction: column; align-items: center; justify-content: center; - h4 { - font-weight: 400; - margin-bottom: 48px; - font-size: 16px; - } .form { border-radius: 6px; diff --git a/apps/web/src/view/Login/index.tsx b/apps/web/src/view/Login/index.tsx index 3f0549c..e9c010a 100644 --- a/apps/web/src/view/Login/index.tsx +++ b/apps/web/src/view/Login/index.tsx @@ -54,15 +54,6 @@ export default function Login() { className="container login" style={{ textAlign: "center", paddingTop: 100 }} > -
-

欢迎,Backset!