diff --git a/fe/src/components/NLP/rlhf.vue b/fe/src/components/NLP/rlhf.vue index 29c0fbf..220d8d7 100644 --- a/fe/src/components/NLP/rlhf.vue +++ b/fe/src/components/NLP/rlhf.vue @@ -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;