forked from AkkomaGang/admin-fe
Fix moderate user dropdown width
This commit is contained in:
parent
a6202e7460
commit
46e590c932
1 changed files with 7 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
{{ $t('reports.moderateUser') }}
|
||||
<i class="el-icon-arrow-down el-icon--right"/>
|
||||
</el-button>
|
||||
<el-dropdown-menu slot="dropdown">
|
||||
<el-dropdown-menu slot="dropdown" class="moderate-user-dropdown">
|
||||
<el-dropdown-item
|
||||
v-if="showDeactivatedButton(account)"
|
||||
@click.native="handleDeactivation(account)">
|
||||
|
@ -144,3 +144,9 @@ export default {
|
|||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style rel='stylesheet/scss' lang='scss'>
|
||||
.moderate-user-dropdown {
|
||||
width: 350px;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue