forked from AkkomaGang/admin-fe
Fix styles
This commit is contained in:
parent
b551987afa
commit
67ebf12a74
1 changed files with 3 additions and 3 deletions
|
@ -54,7 +54,7 @@
|
||||||
</el-tag>
|
</el-tag>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column :min-width="width" :label="$t('users.status')">
|
<el-table-column :min-width="width" :label="$t('users.status')" width="200px">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-tag v-if="!scope.row.deactivated & !scope.row.approval_pending" type="success">
|
<el-tag v-if="!scope.row.deactivated & !scope.row.approval_pending" type="success">
|
||||||
<span v-if="isDesktop">{{ $t('users.active') }}</span>
|
<span v-if="isDesktop">{{ $t('users.active') }}</span>
|
||||||
|
@ -83,7 +83,7 @@
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column :min-width="width" :label="$t('users.tags')" header-align="center">
|
<el-table-column :min-width="width" :label="$t('users.tags')">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-select
|
<el-select
|
||||||
v-if="tagPolicyEnabled"
|
v-if="tagPolicyEnabled"
|
||||||
|
@ -440,7 +440,7 @@ export default {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
.select-tags {
|
.select-tags {
|
||||||
padding: 2px 15px 0 15px;
|
padding-right: 10px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.filter-container {
|
.filter-container {
|
||||||
|
|
Loading…
Reference in a new issue