|
@@ -149,16 +149,20 @@ body{
|
|
padding: 2px 4px!important;
|
|
padding: 2px 4px!important;
|
|
color: #000!important;
|
|
color: #000!important;
|
|
}
|
|
}
|
|
|
|
+ &:hover{
|
|
|
|
+ td{
|
|
|
|
+ background: #ffb60a!important;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
.ant-pagination.ant-table-pagination{
|
|
.ant-pagination.ant-table-pagination{
|
|
margin: 10px 0 0;
|
|
margin: 10px 0 0;
|
|
}
|
|
}
|
|
- .ant-table-small > .ant-table-content .ant-table-body{
|
|
|
|
|
|
+ .ant-table-small > .ant-table-content .ant-table-body,.ant-table-fixed-right{
|
|
margin: 0;
|
|
margin: 0;
|
|
tr:hover{
|
|
tr:hover{
|
|
td{
|
|
td{
|
|
background: #ffb60a;
|
|
background: #ffb60a;
|
|
- color: #fff;
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|