mirror of
https://gitee.com/eolink_admin/postcat.git
synced 2024-11-30 02:37:57 +08:00
feat: add foucs in env
This commit is contained in:
parent
4a27b736ae
commit
f3ba7a86ea
@ -84,6 +84,7 @@
|
||||
<div class="absolute top-0 bottom-0 right-0 flex right-bar" [ngClass]="activeBar ? 'w-[250px]' : 'w-[40px]'">
|
||||
<div
|
||||
class="flex items-center justify-center w-[40px] p-2 h-10 env-icon"
|
||||
[ngClass]="activeBar ? 'active' : ''"
|
||||
(click)="toggleRightBar()"
|
||||
nz-tooltip
|
||||
i18n-nzTooltipTitle="@@Environment Setting"
|
||||
|
@ -155,6 +155,9 @@ nz-divider {
|
||||
color: rgba(0, 0, 0, 0.5);
|
||||
cursor: pointer;
|
||||
transition: all 0.4s ease;
|
||||
&.active {
|
||||
color: #00785a;
|
||||
}
|
||||
&:hover {
|
||||
color: #00785a;
|
||||
background-color: rgba(0, 0, 0, 0.05);
|
||||
|
Loading…
Reference in New Issue
Block a user