添加标签背景动画

pull/96/head
lyswhut 2019-09-04 01:24:43 +08:00
parent f1cc2fe72e
commit d4750f4c6e
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@ export default {
background-color: @color-btn-background; background-color: @color-btn-background;
padding: 8px 10px; padding: 8px 10px;
border-radius: @radius-progress-border; border-radius: @radius-progress-border;
transition: background-color @transition-theme;
cursor: pointer; cursor: pointer;
&:hover { &:hover {
background-color: @color-theme_2-hover; background-color: @color-theme_2-hover;