TABLE STYLE

This commit is contained in:
jhnine 2024-07-31 15:37:14 +08:00
parent 9b33d26dc7
commit b9550b61da
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@
background-color: rgba(255, 255, 255, 0.05);
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
background-color: rgba(255, 255, 255, 0.05);
// background-color: rgba(255, 255, 255, 0.05);
background-color: transparent;
}
.el-tabs--card {
> .el-tabs__header {