fix : 按钮放在右上角浮动

This commit is contained in:
2024-10-23 23:14:56 +08:00
parent a82030b04f
commit 344a3a03b3
4 changed files with 28 additions and 18 deletions

View File

@@ -558,7 +558,7 @@ html, body, #app, .el-container, .el-aside, .el-main {
// 操作页面底部按钮
.oper-page-btn {
position: fixed;
bottom: 15px;
top: 135px;
right: 15px;
z-index: 5;
}