添加标签背景动画

This commit is contained in:
lyswhut 2019-09-04 01:24:43 +08:00
parent f1cc2fe72e
commit d4750f4c6e

View File

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