refactor(rlhf): 手机去掉hover效果

This commit is contained in:
maxmon 2023-04-13 23:33:09 +08:00
parent be30ca9771
commit 7f485aa152
1 changed files with 5 additions and 0 deletions

View File

@ -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;