Commit 18280d4e authored by danfuman's avatar danfuman

修改

parent f4f7c87b
......@@ -344,6 +344,12 @@ ul, li {
background: #F8FBFF;
}
}
tr:hover > td.el-table__cell{
background: #DCEBFF;
}
}
.el-table__body tr.hover-row > td.el-table__cell{
background: #DCEBFF;
}
.el-table__fixed{
tr:nth-child(2n){
......
......@@ -786,6 +786,11 @@ export default {
}
.table-item{
margin-top: 22px;
/*::v-deep .el-table {*/
/*td.el-table__cell {*/
/*border-bottom: 0;*/
/*}*/
/*}*/
}
}
</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