perf: Adjust style of import alert for better spacing

This commit is contained in:
w940853815 2025-04-10 15:04:40 +08:00 committed by w940853815
parent 025487a5eb
commit e693353d49

View File

@ -7,7 +7,7 @@
v-bind="$attrs"
v-on="$listeners"
>
<el-alert type="success"> {{ $t('ImportLdapUserTip') }}</el-alert>
<el-alert type="success" style="margin-bottom: 10px"> {{ $t('ImportLdapUserTip') }}</el-alert>
<ListTable
ref="listTable"
:header-actions="headerActions"