From 638e990b65e46d40f544713a11081be8aab2d069 Mon Sep 17 00:00:00 2001 From: ZiuChen <457353192@qq.com> Date: Thu, 8 Sep 2022 09:05:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E5=8A=A8=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/cpns/clip-item-list.less | 3 +++ src/style/cpns/clip-switch.less | 2 ++ 2 files changed, 5 insertions(+) diff --git a/src/style/cpns/clip-item-list.less b/src/style/cpns/clip-item-list.less index 742be54..bf5a833 100644 --- a/src/style/cpns/clip-item-list.less +++ b/src/style/cpns/clip-item-list.less @@ -9,6 +9,7 @@ border-width: 1px 0px 0px 0px; border-color: @text-bg-color-lighter @bg-color @bg-color @bg-color; cursor: pointer; + transition: all 0.15s; &.active { border-style: hidden hidden hidden solid; border-width: 1px 0px 0px 6px; @@ -40,6 +41,7 @@ padding: 5px 7px 5px 7px; &.clip-data-status { color: @primary-color; + transition: all 0.15s; &:hover { color: @bg-color; background-color: @primary-color; @@ -93,6 +95,7 @@ border-radius: 5px; width: 30px; height: 30px; + transition: all 0.15s; &:hover { color: @bg-color; background: @primary-color; diff --git a/src/style/cpns/clip-switch.less b/src/style/cpns/clip-switch.less index 39cc207..92fdbaf 100644 --- a/src/style/cpns/clip-switch.less +++ b/src/style/cpns/clip-switch.less @@ -9,6 +9,7 @@ width: 100%; color: @text-color; background-color: @nav-bg-color; + transition: all 0.15s; .active { color: @primary-color; background-color: @bg-color; @@ -26,6 +27,7 @@ cursor: pointer; border-radius: 5px; font-size: 14px; + transition: all 0.15s; &:hover { background-color: @nav-hover-bg-color; transition: all 0.15s ease-in-out;