From 8ec4d96ee9b25cb60988f3e5267694972edee691 Mon Sep 17 00:00:00 2001 From: ZiuChen <457353192@qq.com> Date: Tue, 16 Aug 2022 12:02:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B6=85=E9=95=BF=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E8=B6=8A=E7=95=8C=20=E8=B0=83=E6=95=B4hover=E5=8A=A8=E7=94=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/cpns/clip-item-list.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/style/cpns/clip-item-list.less b/src/style/cpns/clip-item-list.less index 5d1d396..d4df7b0 100644 --- a/src/style/cpns/clip-item-list.less +++ b/src/style/cpns/clip-item-list.less @@ -7,8 +7,9 @@ border-width: 0px 0px 1px 0px; cursor: pointer; &:hover { + border: 0px solid @primary-color; + border-width: 1px 0px 1px 0px; background-color: @text-bg-color-lighter; - transition: all 0.15s; } .clip-info { display: flex; @@ -45,6 +46,7 @@ background-color: @bg-color; img { max-height: 150px; + max-width: 90%; } .clip-data-status { position: absolute;