feat: 调整界面动画细节

This commit is contained in:
ZiuChen 2022-09-04 13:17:43 +08:00
parent a1d6f0cc95
commit 4156c915fd
3 changed files with 10 additions and 5 deletions

View File

@ -40,6 +40,11 @@
padding: 5px 7px 5px 7px;
&.clip-data-status {
color: @primary-color;
&:hover {
color: @bg-color;
background-color: @primary-color;
transition: all 0.15s;
}
}
}
}
@ -83,7 +88,7 @@
font-size: 13px;
color: @text-color-lighter;
background: @text-bg-color;
margin: 0px 5px;
margin: 0px 2px;
border-radius: 5px;
width: 30px;
height: 30px;

View File

@ -1,8 +1,7 @@
.clip-search {
width: 40%;
margin-right: 30px;
min-width: 300px;
input {
width: 100%;
width: 90%;
/* normalize */
background: none;
outline: none;

View File

@ -19,9 +19,10 @@
justify-content: left;
align-items: center;
flex-direction: row;
margin-left: 5px;
.clip-switch-item {
padding: 10px 15px 10px 15px;
margin: 10px 5px 10px 10px;
margin: 10px 5px 10px 5px;
cursor: pointer;
border-radius: 5px;
font-size: 14px;