Commit cdc88c94 authored by danfuman's avatar danfuman

修改

parent e3593cfc
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
.el-tabs__header{ .el-tabs__header{
margin: 0; margin: 0;
position: sticky; position: sticky;
top: 104px; top: 102px;
z-index: 999; z-index: 999;
background: #fff; background: #fff;
.el-tabs__item{ .el-tabs__item{
......
...@@ -422,13 +422,13 @@ ...@@ -422,13 +422,13 @@
overflow:visible; overflow:visible;
.el-table__header-wrapper{ .el-table__header-wrapper{
position: sticky; position: sticky;
top:104px; top:102px;
z-index: 9; z-index: 9;
} }
.el-table__fixed-header-wrapper{ .el-table__fixed-header-wrapper{
position: sticky; position: sticky;
z-index: 9; z-index: 9;
top: 104px; top: 102px;
} }
.el-table__fixed{ .el-table__fixed{
overflow-x: clip; overflow-x: clip;
......
...@@ -81,7 +81,7 @@ export default { ...@@ -81,7 +81,7 @@ export default {
border-radius: 4px; border-radius: 4px;
color: #232323; color: #232323;
position: sticky; position: sticky;
top: 56px; top: 54px;
z-index: 999; z-index: 999;
::v-deep .el-tabs{ ::v-deep .el-tabs{
height: 48px; 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