Commit cdc88c94 authored by danfuman's avatar danfuman

修改

parent e3593cfc
......@@ -40,7 +40,7 @@
.el-tabs__header{
margin: 0;
position: sticky;
top: 104px;
top: 102px;
z-index: 999;
background: #fff;
.el-tabs__item{
......
......@@ -422,13 +422,13 @@
overflow:visible;
.el-table__header-wrapper{
position: sticky;
top:104px;
top:102px;
z-index: 9;
}
.el-table__fixed-header-wrapper{
position: sticky;
z-index: 9;
top: 104px;
top: 102px;
}
.el-table__fixed{
overflow-x: clip;
......
......@@ -81,7 +81,7 @@ export default {
border-radius: 4px;
color: #232323;
position: sticky;
top: 56px;
top: 54px;
z-index: 999;
::v-deep .el-tabs{
height: 48px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment