This is an automated email from the ASF dual-hosted git repository.
kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new e4691f7d3 [Feat][UI] Add themes in the project. (#2753)
e4691f7d3 is described below
commit e4691f7d38950aa0a9f2dec6bfcb306665865d56
Author: songjianet <[email protected]>
AuthorDate: Fri Sep 16 13:57:53 2022 +0800
[Feat][UI] Add themes in the project. (#2753)
---
seatunnel-ui/src/views/login/index.tsx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/seatunnel-ui/src/views/login/index.tsx
b/seatunnel-ui/src/views/login/index.tsx
index 9be980c0b..87cac2fbe 100644
--- a/seatunnel-ui/src/views/login/index.tsx
+++ b/seatunnel-ui/src/views/login/index.tsx
@@ -37,9 +37,9 @@ const Login = defineComponent({
},
render() {
return (
- <NSpace justify='center' align='center' class='w-full h-screen'>
- <div>
- <h2>{this.t('login.login_to_sea_tunnel')}</h2>
+ <NSpace justify='center' align='center' class='w-full h-screen
bg-blue-400'>
+ <div class='w-96 bg-white px-10 py-8'>
+ <h2 class='text-2xl mb-6'>{this.t('login.login_to_sea_tunnel')}</h2>
<NForm rules={this.rules} ref='loginFormRef'>
<NFormItem
label={this.t('login.username')}