From 7f485aa15210cbe7ffbb9c3c28cd214dd194c1f3 Mon Sep 17 00:00:00 2001 From: maxmon <541182180@qq.com> Date: Thu, 13 Apr 2023 23:33:09 +0800 Subject: [PATCH] =?UTF-8?q?refactor(rlhf):=20=E6=89=8B=E6=9C=BA=E5=8E=BB?= =?UTF-8?q?=E6=8E=89hover=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/src/components/NLP/rlhf.vue | 5 +++++ 1 file changed, 5 insertions(+) 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;