Skip to content

Commit

Permalink
[Feat][UI] Add themes in the project. (apache#2753)
Browse files Browse the repository at this point in the history
  • Loading branch information
songjianet authored and TyrantLucifer committed Sep 18, 2022
1 parent 84fc245 commit 4388829
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions seatunnel-ui/src/views/login/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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')}
Expand Down

0 comments on commit 4388829

Please sign in to comment.