refactor(rlhf): 手机去掉hover效果
This commit is contained in:
parent
be30ca9771
commit
7f485aa152
|
@ -98,6 +98,11 @@ export default ({
|
|||
.line:hover {
|
||||
background-color: #eee;
|
||||
}
|
||||
@media screen and (max-width: 768px) {
|
||||
.line:hover {
|
||||
background-color: #fff0;
|
||||
}
|
||||
}
|
||||
.line>.rank {
|
||||
position: absolute;
|
||||
right: 4px;
|
||||
|
|
Loading…
Reference in New Issue