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
-10
View File
@@ -5,7 +5,6 @@
.app-container {
margin: 20px;
.search,
.page-toolbar {
padding: 16px 20px;
margin-bottom: 12px;
@@ -13,9 +12,7 @@
border: 1px solid var(--el-border-color-light);
border-radius: 4px;
box-shadow: var(--el-box-shadow-light);
}
.page-toolbar {
.el-form {
display: flex;
flex-wrap: wrap;
@@ -28,11 +25,4 @@
margin-bottom: 0;
}
}
.search {
padding: 18px 0 0 10px;
margin-bottom: 10px;
}
}
+1 -1
View File
@@ -26,7 +26,7 @@ body {
height: 100%;
margin: 0;
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
"Microsoft YaHei", "Arial", Arial, sans-serif;
"Microsoft YaHei", Arial, Arial, sans-serif;
line-height: inherit;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
+5 -5
View File
@@ -49,11 +49,11 @@
.el-menu-item,
.el-sub-menu__title {
display: flex;
align-items: center;
gap: 12px;
align-items: center;
height: 48px;
line-height: normal;
padding: 0 16px !important;
line-height: normal;
color: $menuText !important;
}
@@ -83,8 +83,8 @@
width: 18px;
height: 18px;
margin-right: 0;
color: currentColor;
fill: currentColor;
color: currentcolor;
fill: currentcolor;
}
.menu-title {
@@ -150,8 +150,8 @@
.sidebar-container .el-menu--collapse > .el-menu-item,
.sidebar-container .el-menu--collapse > .el-sub-menu > .el-sub-menu__title {
justify-content: center;
gap: 0;
justify-content: center;
padding: 0 !important;
}
-1
View File
@@ -8,7 +8,6 @@
--el-color-primary-light-7: #ffc8bd;
--el-color-primary-light-8: #ffdcd6;
--el-color-primary-light-9: #ffedea;
--menuBg: #181818;
--menuText: #fff;
--menuActiveText: #fff;