Commit 06b7e352 authored by danfuman's avatar danfuman

修改

parent 7c79cbe5
...@@ -296,16 +296,16 @@ export default { ...@@ -296,16 +296,16 @@ export default {
.table-item{ .table-item{
padding: 16px 10px 16px 16px; padding: 16px 10px 16px 16px;
::v-deep .el-table{ ::v-deep .el-table{
.el-table__body-wrapper{ /*.el-table__body-wrapper{*/
overflow:visible; /*overflow:visible;*/
} /*}*/
.el-table__body{ /*.el-table__body{*/
tr:first-child{ /*tr:first-child{*/
position: fixed; /*position: fixed;*/
top: 49px; /*top: 49px;*/
z-index: 9; /*z-index: 9;*/
} /*}*/
} /*}*/
} }
} }
</style> </style>
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