feat: 优化界面动效

This commit is contained in:
ZiuChen 2022-09-08 09:05:24 +08:00
parent 7fe706d94f
commit 638e990b65
2 changed files with 5 additions and 0 deletions

View File

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

View File

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