鼠标划过的行添加少许放大效果

This commit is contained in:
haiyangcui
2020-10-23 22:45:04 +02:00
parent a3ebba641f
commit 6f52d73d52

View File

@@ -251,6 +251,9 @@
.el-table__body td,.el-table__body th{
border-bottom: 1px solid;
}
.el-table--enable-row-hover .el-table__body tr:hover>td{
transform: scale(1.02);
}
.el-table .highlight{
color: var(--highlight-color) !important;
}