fix:修改table鼠标指上颜色
This commit is contained in:
@@ -759,4 +759,11 @@
|
||||
word-break: break-word;
|
||||
width: 100%;
|
||||
}
|
||||
//鼠标指上颜色
|
||||
:deep(
|
||||
.ant-table-tbody > tr.ant-table-row:hover > td,
|
||||
.ant-table-tbody > tr > td.ant-table-cell-row-hover
|
||||
) {
|
||||
background: #f4f8ff !important;
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user