fix: довести fix42 до production (cleanups, journald limits, docs)

This commit is contained in:
2026-05-21 15:31:11 +05:00
parent 782520848d
commit e1ecaf485f
22 changed files with 59 additions and 58 deletions
@@ -12,7 +12,6 @@
.app-main {
position: relative;
width: 100%;
min-height: calc(100vh - 50px);
overflow: hidden;
background-color: var(--el-bg-color-page);
+11 -3
View File
@@ -129,14 +129,14 @@ function logout() {
.avatar-container {
display: flex;
gap: 6px;
align-items: center;
justify-content: center;
gap: 6px;
height: 50px;
margin: 0;
padding: 0 8px;
border-radius: 8px;
margin: 0;
cursor: pointer;
border-radius: 8px;
&:hover {
background: rgb(249 250 251 / 100%);
@@ -146,5 +146,13 @@ function logout() {
font-size: 18px;
}
}
.avatar-dropdown {
:deep(.el-dropdown) {
display: flex;
align-items: center;
height: 100%;
}
}
}
</style>
@@ -58,9 +58,9 @@ const logo = ref(new URL(`../../../assets/logo.png`, import.meta.url).href);
.sidebar-logo-title {
margin-left: 12px;
color: #fff;
font-size: 14px;
font-weight: 700;
color: #fff;
}
.sidebarLogoFade-enter-active {
@@ -33,11 +33,9 @@ const route = useRoute();
:item="route"
:key="route.path"
:base-path="route.path"
:is-collapse="!appStore.sidebar.opened"
/>
</el-menu>
</el-scrollbar>
</div>
</template>