mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-01 23:18:17 +00:00
perf: Adjust style of import alert for better spacing
This commit is contained in:
parent
025487a5eb
commit
e693353d49
@ -7,7 +7,7 @@
|
|||||||
v-bind="$attrs"
|
v-bind="$attrs"
|
||||||
v-on="$listeners"
|
v-on="$listeners"
|
||||||
>
|
>
|
||||||
<el-alert type="success"> {{ $t('ImportLdapUserTip') }}</el-alert>
|
<el-alert type="success" style="margin-bottom: 10px"> {{ $t('ImportLdapUserTip') }}</el-alert>
|
||||||
<ListTable
|
<ListTable
|
||||||
ref="listTable"
|
ref="listTable"
|
||||||
:header-actions="headerActions"
|
:header-actions="headerActions"
|
||||||
|
Loading…
Reference in New Issue
Block a user