添加动画

pull/930/merge
lyswhut 2022-03-15 11:23:58 +08:00
parent bad6045164
commit e821660124
1 changed files with 2 additions and 1 deletions

View File

@ -86,7 +86,8 @@ table {
flex-flow: row nowrap; flex-flow: row nowrap;
align-items: center; align-items: center;
// border-top: 1px solid rgba(0, 0, 0, 0.12); // 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; border-bottom: 1px solid @color-theme_2-line;
box-sizing: border-box; box-sizing: border-box;
&:hover { &:hover {