fix: полный продакшен-фикс dashboard/peer/hysteria по fix35

This commit is contained in:
2026-05-09 15:38:30 +05:00
parent a4157d1363
commit 78656e74b0
18 changed files with 190 additions and 85 deletions
+15 -8
View File
@@ -82,7 +82,9 @@ function logout() {
<!-- Аватар пользователя -->
<el-dropdown trigger="click">
<div class="avatar-container">
<img src="/src/assets/logo.png" />
<el-avatar :size="32" class="avatar-icon">
<i-ep-user-filled />
</el-avatar>
<i-ep-caret-bottom class="w-3 h-3" />
</div>
<template #dropdown>
@@ -128,16 +130,21 @@ function logout() {
.avatar-container {
display: flex;
align-items: center;
justify-items: center;
margin: 0 5px;
justify-content: center;
gap: 6px;
height: 36px;
margin: 0 8px;
padding: 0 8px;
border-radius: 8px;
cursor: pointer;
img {
width: 40px;
height: 40px;
border-radius: 5px;
&:hover {
background: rgb(249 250 251 / 100%);
}
.avatar-icon {
font-size: 18px;
}
}
}
</style>