添加动画

This commit is contained in:
lyswhut 2022-03-15 11:23:58 +08:00
parent bad6045164
commit e821660124

View File

@ -86,7 +86,8 @@ table {
flex-flow: row nowrap;
align-items: center;
// border-top: 1px solid rgba(0, 0, 0, 0.12);
transition: background-color 0.2s ease;
transition: 0.2s ease;
transition-property: background-color, color;
border-bottom: 1px solid @color-theme_2-line;
box-sizing: border-box;
&:hover {