Skip to content

Commit b931fbd

Browse files
committed
refactor: 优化按钮位置
1 parent cbe0443 commit b931fbd

File tree

1 file changed

+3
-3
lines changed
  • ui/src/views/authentication/component

1 file changed

+3
-3
lines changed

ui/src/views/authentication/component/LDAP.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@
4848
$t('login.ldap.enableAuthentication')
4949
}}</el-checkbox>
5050
</el-form-item>
51-
<el-button @click="submit(authFormRef, 'test')" :disabled="loading">
52-
{{ $t('login.ldap.test') }}</el-button
53-
>
5451
</el-form>
5552

5653
<div class="text-right">
54+
<el-button @click="submit(authFormRef, 'test')" :disabled="loading">
55+
{{ $t('login.ldap.test') }}</el-button
56+
>
5757
<el-button @click="submit(authFormRef)" type="primary" :disabled="loading">
5858
{{ $t('login.ldap.save') }}
5959
</el-button>

0 commit comments

Comments
 (0)