Merge pull request 'uesr' (#37) from uesr into master

Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/37
This commit is contained in:
wenhua
2024-03-26 08:32:30 +00:00
11 changed files with 357 additions and 19 deletions

View File

@@ -524,3 +524,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;
}
}