登录页面样式&检测计划样式修改

This commit is contained in:
zhujiyan
2024-08-23 16:51:49 +08:00
parent d0aaa24f90
commit 531ec04f8d
11 changed files with 170 additions and 262 deletions

View File

@@ -1,6 +1,8 @@
.el-container {
width: 100%;
height: 100%;
display: flex;
justify-content: space-between;
:deep(.el-aside) {
width: auto;
background-color: var(--el-menu-bg-color);
@@ -14,7 +16,7 @@
height: calc(100% - 55px);
.el-menu {
width: 100%;
overflow-x: hidden;
// overflow-x: hidden;
border-right: none;
}
}