登录页面样式&检测计划样式修改
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user