lcw
This commit is contained in:
@ -267,4 +267,8 @@
|
||||
|
||||
::v-deep .el-link {
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
::v-deep .el-table__cell {
|
||||
z-index: initial !important;
|
||||
}
|
||||
@ -62,7 +62,7 @@
|
||||
width: 100%;
|
||||
height: 70px;
|
||||
background: rgba(0, 0, 0, 0.8);
|
||||
z-index: 2;
|
||||
z-index: 1;
|
||||
|
||||
.headBoxBg {
|
||||
width: 100%;
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user