mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-24 17:11:43 +00:00
changed color for admin tag
This commit is contained in:
parent
dc43f9017f
commit
af48583e92
1 changed files with 4 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="type === 'OWNER'" class="type-box">Owner</div>
|
<div v-if="type === 'OWNER'" class="type-box">Owner</div>
|
||||||
<div v-else-if="isAdmin" class="type-box">Admin</div>
|
<div v-else-if="isAdmin" class="type-box admin">Admin</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
@ -142,6 +142,9 @@ export default {
|
||||||
background: rgb(255, 71, 71);
|
background: rgb(255, 71, 71);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.type-box.admin {
|
||||||
|
background: #ff6947;
|
||||||
|
}
|
||||||
.avatar {
|
.avatar {
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue