fix: 修改整体样式

This commit is contained in:
lilinyuan
2024-03-25 10:56:50 +08:00
parent 3efca32dbf
commit 340ec0161d
6 changed files with 14 additions and 12 deletions

View File

@@ -1,6 +1,9 @@
.el-side {
border-radius: 10px;
}
.logo {
height: 106px;
background-color: #418DFF;
background-color: #BEA266;
color: #ffffff;
font-weight: bold;
font-size: 26px;
@@ -36,7 +39,7 @@
}
}
.el-menu-item.is-active {
background: #E9F4FF;
background: #BEA266;
//background-color: #373350 !important;
}
}