fix: 样式调整

This commit is contained in:
lilinyuan
2024-03-26 16:28:15 +08:00
parent 340ec0161d
commit eda3b43e73
2 changed files with 8 additions and 1 deletions

View File

@@ -515,3 +515,10 @@ html, body, #app, .el-container, .el-aside, .el-main {
.el-pagination {
margin-top: 10px;
}
// 操作页面底部按钮
.oper-page-btn {
position: fixed;
bottom: 15px;
right: 15px;
}

View File

@@ -39,7 +39,7 @@
}
}
.el-menu-item.is-active {
background: #BEA266;
background: rgba(190,162,102,0.5);
//background-color: #373350 !important;
}
}