This commit is contained in:
lcw
2025-11-22 21:59:58 +08:00
parent ea3022c3f6
commit 93c49dff27
661 changed files with 195357 additions and 2160 deletions

View File

@ -267,4 +267,8 @@
::v-deep .el-link {
margin: 5px;
}
::v-deep .el-table__cell {
z-index: initial !important;
}

View File

@ -62,7 +62,7 @@
width: 100%;
height: 70px;
background: rgba(0, 0, 0, 0.8);
z-index: 2;
z-index: 1;
.headBoxBg {
width: 100%;

View File

@ -22,7 +22,7 @@ header {
display: flex;
height: 100%;
align-items: center;
z-index: 1999;
z-index: 1;
position: relative;
padding-right: 10px;
@ -197,7 +197,7 @@ header {
justify-content: space-between;
align-items: center;
position: relative;
z-index: 2;
z-index: 1;
background: #fff;
padding: 0 10px;
box-sizing: border-box;