修改头部样式

This commit is contained in:
A1300399510
2023-11-22 17:05:49 +08:00
parent a00c101025
commit 85a4ff9551
6 changed files with 10 additions and 3 deletions

View File

@@ -214,4 +214,11 @@ input[type="number"] {
.el-loading-mask {
z-index: 2100 !important;
}
header.page-header{
width: 100%;
position: absolute;
background: transparent;
z-index: 1;
}
</style>