This commit is contained in:
黄心宇 2025-01-23 16:24:12 +08:00
parent eae9e26f4d
commit 75b3d861c5
2 changed files with 5 additions and 7 deletions

BIN
src/images/headerBg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

View File

@ -23,13 +23,11 @@ body>.-task-title {
overflow: hidden;
}
.newHeaders{
max-width: unset;
width: 100%;
height:7vh;
min-width: 1200px;
z-index: 1001;
position: fixed;
background: #234175;
height: 62px;
padding: 0 30px;
min-height: 50px;
background: url('../../images/headerBg.png') no-repeat;
background-size: 100% 100%;
color: #fff;
}
.newHeaders.publicNav{