improve ui
This commit is contained in:
parent
787737c80d
commit
fd4289e45a
2 changed files with 25 additions and 3 deletions
|
@ -195,7 +195,9 @@
|
|||
</div>
|
||||
|
||||
<div :label="$t('settings.blocks_tab')">
|
||||
<UserAutoSuggest />
|
||||
<div class="profile-edit-usersearch-wrapper">
|
||||
<UserAutoSuggest />
|
||||
</div>
|
||||
<block-list :refresh="true">
|
||||
<template slot="empty">{{$t('settings.no_blocks')}}</template>
|
||||
</block-list>
|
||||
|
@ -263,5 +265,9 @@
|
|||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
||||
&-usersearch-wrapper {
|
||||
padding: 1em;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue