Skip to content

Commit

Permalink
style: update login view
Browse files Browse the repository at this point in the history
  • Loading branch information
newarifrh committed Jul 26, 2024
1 parent 9f8bbce commit a33ba49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/LoginView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<div style="display: flex; align-items: center; gap:10px;">
<el-image src="logo-bps-bontang.png" fit="cover" />
</div>
<el-text style="font-size: 16pt; align-self: first baseline; font-weight: 500">Selamat Datang di <el-text
type="primary" style="font-size: 16pt; align-self: first baseline; font-weight: 500">{{ app
<el-text style="font-size: 14pt; align-self: first baseline; font-weight: 500">Selamat Datang di <el-text
type="primary" style="font-size: 14pt; align-self: first baseline; font-weight: 500">{{ app
}}</el-text></el-text>

<el-form @submit.prevent style="margin-top: 15px" :rules="rules" ref="formRef" v-loading="loading" :model="form"
Expand Down

0 comments on commit a33ba49

Please sign in to comment.