Skip to content

Commit

Permalink
refactor: 优化按钮位置
Browse files Browse the repository at this point in the history
  • Loading branch information
wxg0103 committed Nov 22, 2024
1 parent cbe0443 commit b931fbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/src/views/authentication/component/LDAP.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
$t('login.ldap.enableAuthentication')
}}</el-checkbox>
</el-form-item>
<el-button @click="submit(authFormRef, 'test')" :disabled="loading">
{{ $t('login.ldap.test') }}</el-button
>
</el-form>

<div class="text-right">
<el-button @click="submit(authFormRef, 'test')" :disabled="loading">
{{ $t('login.ldap.test') }}</el-button
>
<el-button @click="submit(authFormRef)" type="primary" :disabled="loading">
{{ $t('login.ldap.save') }}
</el-button>
Expand Down

0 comments on commit b931fbd

Please sign in to comment.